Property | Type | Description | |
---|---|---|---|
initialDelay | float | ||
lowerThresh | float | ||
pauseTime | float | ||
startVel | float | ||
xVel | float |
Method | Description | |
---|---|---|
OnCollisionEnter2D ( Collision2D other ) : void | ||
OnDrawGizmos ( ) : void | ||
OnRespawn ( ) : void | ||
Regen ( float num ) : IEnumerator | ||
ResetPos ( ) : IEnumerator | ||
Start ( ) : void | ||
StartCo ( ) : void | ||
Update ( ) : void |
public OnCollisionEnter2D ( Collision2D other ) : void | ||
other | Collision2D | |
return | void |