C# Class BobbitEyes

Inheritance: MonoBehaviour
Afficher le fichier Open project: jsngai/deepsquid

Méthodes publiques

Свойство Type Description
col UnityEngine.SphereCollider
debugStatements bool
fieldOfViewAngle float
personalLastSighting Vector3
playerInSight bool
timerLimit float

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

OnTriggerStay() public méthode

public OnTriggerStay ( Collider other ) : void
other Collider
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

col public_oe property

public SphereCollider,UnityEngine col
Résultat UnityEngine.SphereCollider

debugStatements public_oe property

public bool debugStatements
Résultat bool

fieldOfViewAngle public_oe property

public float fieldOfViewAngle
Résultat float

personalLastSighting public_oe property

public Vector3 personalLastSighting
Résultat Vector3

playerInSight public_oe property

public bool playerInSight
Résultat bool

timerLimit public_oe property

public float timerLimit
Résultat float