C# Class SeePlayer, EXODUS

Inheritance: MonoBehaviour
Afficher le fichier Open project: Iconiac/EXODUS Class Usage Examples

Méthodes publiques

Свойство Type Description
eyes GameObject
fieldOfViewAngle float
playerHead GameObject
playerInSight bool
rot bool
sister GameObject
sisterHead GameObject
speed float
viewDistance float
waypoints Transform[]

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : 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

Property Details

eyes public_oe property

public GameObject eyes
Résultat GameObject

fieldOfViewAngle public_oe property

public float fieldOfViewAngle
Résultat float

playerHead public_oe property

public GameObject playerHead
Résultat GameObject

playerInSight public_oe property

public bool playerInSight
Résultat bool

rot public_oe property

public bool rot
Résultat bool

sister public_oe property

public GameObject sister
Résultat GameObject

sisterHead public_oe property

public GameObject sisterHead
Résultat GameObject

speed public_oe property

public float speed
Résultat float

viewDistance public_oe property

public float viewDistance
Résultat float

waypoints public_oe property

public Transform[] waypoints
Résultat Transform[]