C# Class VRTK.Examples.ControlsMenu

Inheritance: MonoBehaviour
Afficher le fichier Open project: nrebei2/Portals-VR

Méthodes publiques

Свойство Type Description
controllerEvents VRTK_ControllerEvents
menuSlate GameObject
spawnDistance float
toggleButton VRTK_ControllerEvents.ButtonAlias

Protected Properties

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

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ToggleButtonPressed ( object sender, ControllerInteractionEventArgs e ) : void
ToggleVisibility ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

ToggleButtonPressed() protected méthode

protected ToggleButtonPressed ( object sender, ControllerInteractionEventArgs e ) : void
sender object
e ControllerInteractionEventArgs
Résultat void

ToggleVisibility() protected méthode

protected ToggleVisibility ( ) : void
Résultat void

Property Details

controllerEvents public_oe property

public VRTK_ControllerEvents controllerEvents
Résultat VRTK_ControllerEvents

isVisible protected_oe property

protected bool isVisible
Résultat bool

menuSlate public_oe property

public GameObject menuSlate
Résultat GameObject

spawnDistance public_oe property

public float spawnDistance
Résultat float

toggleButton public_oe property

public VRTK_ControllerEvents.ButtonAlias toggleButton
Résultat VRTK_ControllerEvents.ButtonAlias