C# Class VRTK.Examples.ElevatorControl

Inheritance: MonoBehaviour
Afficher le fichier Open project: umiyuki/UnityVRAnimationEditor

Méthodes publiques

Свойство Type Description
controllable VRTK_BaseControllable
maxHeight float
platform GameObject

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
ValueChanged ( object sender, ControllableEventArgs e ) : void

Method Details

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

ValueChanged() protected méthode

protected ValueChanged ( object sender, ControllableEventArgs e ) : void
sender object
e ControllableEventArgs
Résultat void

Property Details

controllable public_oe property

public VRTK_BaseControllable controllable
Résultat VRTK_BaseControllable

maxHeight public_oe property

public float maxHeight
Résultat float

platform public_oe property

public GameObject platform
Résultat GameObject