C# Class RoomTrigger, Asylum

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

Méthodes publiques

Свойство Type Description
playerWithin bool

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter() public méthode

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

OnTriggerExit() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

playerWithin public_oe property

public bool playerWithin
Résultat bool