Property | Type | Description | |
---|---|---|---|
speed | float | ||
target | Transform |
Method | Description | |
---|---|---|
OnDrawGizmos ( ) : void | ||
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
FollowPath ( ) : IEnumerator |
public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void | ||
newPath | Vector3 | |
pathSuccess | bool | |
return | void |