C# Class UIObject

Inheritance: System.Object, IPositionable
Afficher le fichier Open project: SamNChiet/KinectVR-Hackathon Class Usage Examples

Méthodes publiques

Свойство Type Description
handInObject bool
leftHandJustClosed bool
viewer BodyView,

Méthodes publiques

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

Method Details

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

handInObject public_oe property

public bool handInObject
Résultat bool

leftHandJustClosed public_oe property

public bool leftHandJustClosed
Résultat bool

viewer public_oe property

public BodyView, viewer
Résultat BodyView,