C# Class Xenko.VirtualReality.OpenVRTouchController

Inheritance: Xenko.VirtualReality.TouchController
ファイルを表示 Open project: Beefr/xenko-wd Class Usage Examples

Public Methods

Method 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

Method Description
OpenVRTouchController ( TouchControllerHand hand ) : System
ToOpenVrButton ( TouchControllerButton button ) : OpenVR.Controller.ButtonId

Method Details

IsPressReleased() public method

public IsPressReleased ( TouchControllerButton button ) : bool
button TouchControllerButton
return bool

IsPressed() public method

public IsPressed ( TouchControllerButton button ) : bool
button TouchControllerButton
return bool

IsPressedDown() public method

public IsPressedDown ( TouchControllerButton button ) : bool
button TouchControllerButton
return bool

IsTouchReleased() public method

public IsTouchReleased ( TouchControllerButton button ) : bool
button TouchControllerButton
return bool

IsTouched() public method

public IsTouched ( TouchControllerButton button ) : bool
button TouchControllerButton
return bool

IsTouchedDown() public method

public IsTouchedDown ( TouchControllerButton button ) : bool
button TouchControllerButton
return bool

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void