Property | Type | Description | |
---|---|---|---|
DestinationDelta | float | ||
DestinationOffsetY | float | ||
MoveSpeedMultiplicator | float | ||
StepsWaitTime | float | ||
isMoving | bool | ||
pathfinder | Pathfinder |
Method | Description | |
---|---|---|
ClearAfterMoveAction ( ) : void | ||
MoveTo ( Vector3 target, ContinueWith nextFn ) : void |
Method | Description | |
---|---|---|
InternalMoveContinueWith ( ContinueWith realContinueWith ) : void | ||
MoveToInternal ( Vector2 target2D, ContinueWith nextFn ) : void | ||
RegisterStepSoundRegion ( StepSoundRegion, stepSoundRegion ) : void | ||
SetInitPosition ( Vector3 target ) : void | ||
SetNewFacing ( Facing, newDirection ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
playSteps ( ) : IEnumerator |
public MoveTo ( Vector3 target, ContinueWith nextFn ) : void | ||
target | Vector3 | |
nextFn | ContinueWith | |
return | void |