IMHOTEP Framework
|
Public Types | |
enum | BalloonColor { Red, OrangeRed, Orange, YellowOrange, Yellow, GreenYellow, Green, BlueGreen, Blue, VioletBlue, Violet, RedViolet, LightGray, DarkGray, Random } |
Public Member Functions | |
void | SetColor (BalloonColor color) |
Public Attributes | |
GameObject | popPrefab |
float | maxVelocity = 5f |
float | lifetime = 15f |
bool | burstOnLifetimeEnd = false |
GameObject | lifetimeEndParticlePrefab |
SoundPlayOneshot | lifetimeEndSound |
SoundPlayOneshot | collisionSound |
Definition at line 13 of file Balloon.cs.