C# Class Chaos, Asylum

Inheritance: MonoBehaviour
Afficher le fichier Open project: jump4r/Asylum Class Usage Examples

Méthodes publiques

Свойство Type Description
chaosActive bool
lightReset float
playerLight Light

Méthodes publiques

Méthode Description
Awake ( ) : void
Change ( ) : void
OnTriggerStay ( Collider col ) : void
Update ( ) : void

Private Methods

Méthode Description
WithinFOV ( Vector3 point ) : bool

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Change() public méthode

public Change ( ) : void
Résultat void

OnTriggerStay() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

chaosActive public_oe property

public bool chaosActive
Résultat bool

lightReset public_oe property

public float lightReset
Résultat float

playerLight public_oe property

public Light playerLight
Résultat Light