Property | Type | Description | |
---|---|---|---|
_from | Vector3 | ||
_hexagons | List |
||
_play | bool | ||
_registerName | string | ||
_timeToHitTarget | float | ||
_timer | float | ||
_to | Vector3 | ||
_updateTimer | bool |
Method | Description | |
---|---|---|
OnDestroy ( ) : void | ||
Play ( ) : void | ||
Reset ( ) : void | ||
Reset ( Vector3 from, Vector3 to, List |
||
Start ( ) : void | ||
timerUpdate ( ) : void |
public Reset ( Vector3 from, Vector3 to, List |
||
from | Vector3 | |
to | Vector3 | |
hexagons | List |
|
return | void |