Property | Type | Description | |
---|---|---|---|
alert | bool | ||
invincible | bool | ||
invincibleTime | float | ||
maxspeed | float | ||
speed | float | ||
timehit | float |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
Movement ( Vector3 position ) : void | ||
OnCollision ( Character, other ) : void | ||
OnCollisionStay2D ( Collision2D other ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
Flasher ( ) : IEnumerator |
public OnCollision ( Character, other ) : void | ||
other | Character, | |
return | void |
public OnCollisionStay2D ( Collision2D other ) : void | ||
other | Collision2D | |
return | void |