C# Class Xenko.VirtualReality.OpenVRTouchController

Inheritance: Xenko.VirtualReality.TouchController
Afficher le fichier Open project: Beefr/xenko-wd Class Usage Examples

Méthodes publiques

Méthode Description
IsPressReleased ( TouchControllerButton button ) : bool
IsPressed ( TouchControllerButton button ) : bool
IsPressedDown ( TouchControllerButton button ) : bool
IsTouchReleased ( TouchControllerButton button ) : bool
IsTouched ( TouchControllerButton button ) : bool
IsTouchedDown ( TouchControllerButton button ) : bool
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
OpenVRTouchController ( TouchControllerHand hand ) : System
ToOpenVrButton ( TouchControllerButton button ) : OpenVR.Controller.ButtonId

Method Details

IsPressReleased() public méthode

public IsPressReleased ( TouchControllerButton button ) : bool
button TouchControllerButton
Résultat bool

IsPressed() public méthode

public IsPressed ( TouchControllerButton button ) : bool
button TouchControllerButton
Résultat bool

IsPressedDown() public méthode

public IsPressedDown ( TouchControllerButton button ) : bool
button TouchControllerButton
Résultat bool

IsTouchReleased() public méthode

public IsTouchReleased ( TouchControllerButton button ) : bool
button TouchControllerButton
Résultat bool

IsTouched() public méthode

public IsTouched ( TouchControllerButton button ) : bool
button TouchControllerButton
Résultat bool

IsTouchedDown() public méthode

public IsTouchedDown ( TouchControllerButton button ) : bool
button TouchControllerButton
Résultat bool

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void