Method | Description | |
---|---|---|
SetDestination ( Vector3 targetDestination ) : void | ||
Stop ( ) : void | ||
WarpPosition ( Vector3 targetPosition ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnMoveSpeedAttributeChange ( float prevValue, float currentValue ) : void |
Method | Description | |
---|---|---|
CheckDestination ( ) : IEnumerator | ||
DispatchFail ( ) : void | ||
DispatchReachPosition ( ) : void |
protected OnMoveSpeedAttributeChange ( float prevValue, float currentValue ) : void | ||
prevValue | float | |
currentValue | float | |
return | void |
public SetDestination ( Vector3 targetDestination ) : void | ||
targetDestination | Vector3 | |
return | void |
public WarpPosition ( Vector3 targetPosition ) : void | ||
targetPosition | Vector3 | |
return | void |