Property | Type | Description | |
---|---|---|---|
collide | bool | ||
firsthit | bool | ||
speed | float | ||
sphase | bool | ||
sphere | GameObject | ||
startpoint | Vector3 | ||
value | int |
Method | Description | |
---|---|---|
OnCollisionEnter2D ( Collision2D col ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
activateSphere ( ) : void | ||
movingSphere ( ) : void | ||
resetPlatform ( ) : void |
public OnCollisionEnter2D ( Collision2D col ) : void | ||
col | Collision2D | |
return | void |