Méthode | Description | |
---|---|---|
MoveStop ( ) : void | ||
MoveTowards ( System.Vector3 vMoveToTarget ) : void | ||
UnstuckChecker ( System.Vector3 vMyCurrentPosition ) : bool | ||
UnstuckHandler ( System.Vector3 vMyCurrentPosition, System.Vector3 vOriginalDestination ) : System.Vector3 |
Méthode | Description | |
---|---|---|
NavigateTo ( System.Vector3 moveTarget, string destinationName = "" ) : MoveResult |
public MoveTowards ( System.Vector3 vMoveToTarget ) : void | ||
vMoveToTarget | System.Vector3 | |
Résultat | void |
public static UnstuckChecker ( System.Vector3 vMyCurrentPosition ) : bool | ||
vMyCurrentPosition | System.Vector3 | |
Résultat | bool |
public static UnstuckHandler ( System.Vector3 vMyCurrentPosition, System.Vector3 vOriginalDestination ) : System.Vector3 | ||
vMyCurrentPosition | System.Vector3 | |
vOriginalDestination | System.Vector3 | |
Résultat | System.Vector3 |