Свойство | Type | Description | |
---|---|---|---|
remainingDistanceTolerance | float | ||
shouldIgnoreHeightOfDestination | bool |
Méthode | Description | |
---|---|---|
ArrivedAtDestination ( ) : void | ||
IsMoving ( ) : bool | ||
OnDrawGizmos ( ) : void | ||
OnNewPath ( Path, path ) : void | ||
OnPathInvalidated ( Path, path ) : void | ||
OnTargetUnreachable ( ) : void | ||
StartMovingTo ( Vector3 position ) : void | ||
StopMoving ( ) : void | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
GetSpeed ( ) : float |
public OnPathInvalidated ( Path, path ) : void | ||
path | Path, | |
Résultat | void |
public StartMovingTo ( Vector3 position ) : void | ||
position | Vector3 | |
Résultat | void |
public float remainingDistanceTolerance | ||
Résultat | float |