Property | Type | Description | |
---|---|---|---|
fieldOfViewAngle | float | ||
personalLastSighting | Vector3 | ||
playerInSight | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnTriggerExit ( Collider other ) : void | ||
OnTriggerStay ( Collider other ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CalculatePathLength ( Vector3 targetPosition ) : float |
public OnTriggerExit ( Collider other ) : void | ||
other | Collider | |
return | void |
public OnTriggerStay ( Collider other ) : void | ||
other | Collider | |
return | void |