Property | Type | Description | |
---|---|---|---|
bubblePrefab | GameObject | ||
lives | float | ||
oneLive | Sprite | ||
threeLives | Sprite | ||
twoLives | Sprite |
Method | Description | |
---|---|---|
OnCollisionEnter2D ( Collision2D col ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
moveBubbles ( ) : void |
public OnCollisionEnter2D ( Collision2D col ) : void | ||
col | Collision2D | |
return | void |