Property | Type | Description | |
---|---|---|---|
speed | float | ||
stoppingDistance | float |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
SetNewDestination ( ) : void | ||
SetNewDestination ( Vector3 newDestination ) : void | ||
SetNewDestination ( float range ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public SetNewDestination ( Vector3 newDestination ) : void | ||
newDestination | Vector3 | |
return | void |
public SetNewDestination ( float range ) : void | ||
range | float | |
return | void |