C# Class DoorOpenClose, VRConference

Inheritance: MonoBehaviour
Afficher le fichier Open project: sw5813/VRConference Class Usage Examples

Méthodes publiques

Свойство Type Description
LeftDoor GameObject
RightDoor GameObject
open bool

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider collide ) : void
OnTriggerExit ( Collider collide ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

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

OnTriggerExit() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

LeftDoor public_oe property

public GameObject LeftDoor
Résultat GameObject

RightDoor public_oe property

public GameObject RightDoor
Résultat GameObject

open public_oe property

public bool open
Résultat bool