Property | Type | Description | |
---|---|---|---|
active | bool | ||
lowerboundWait | float | ||
showpath | bool | ||
target | Transform | ||
upperboundWait | float | ||
waypointRadius | float |
Method | Description | |
---|---|---|
OnDrawGizmos ( ) : void | ||
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void | ||
RequestPath ( ) : void |
Method | Description | |
---|---|---|
FollowPath ( ) : IEnumerator | ||
Start ( ) : IEnumerator |
public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void | ||
newPath | Vector3 | |
pathSuccess | bool | |
return | void |