Property | Type | Description | |
---|---|---|---|
autoStart | bool | ||
locs | Vector2[] | ||
pauseEachPoint | bool | ||
speed | float |
Property | Type | Description | |
---|---|---|---|
ArrayDir | int | ||
Moving | bool | ||
Pos | int |
Method | Description | |
---|---|---|
MoveBetweenPoints ( Vector2 p ) : bool | ||
OnCollisionEnter2D ( Collision2D other ) : void | ||
OnDrawGizmos ( ) : void | ||
OnRespawn ( ) : void | ||
OnTriggerEnter2D ( |
||
Start ( ) : void | ||
Update ( ) : void |
public MoveBetweenPoints ( Vector2 p ) : bool | ||
p | Vector2 | |
return | bool |
public OnCollisionEnter2D ( Collision2D other ) : void | ||
other | Collision2D | |
return | void |
public OnTriggerEnter2D ( |
||
other | ||
return | void |