MixedRealityInputSystem.RaiseRotationInputChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raise the 3 degrees of freedom input event.
public:
virtual void RaiseRotationInputChanged(Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ source, Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness, Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction inputAction, UnityEngine::Quaternion rotation);
public void RaiseRotationInputChanged (Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource source, Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness, Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction inputAction, UnityEngine.Quaternion rotation);
abstract member RaiseRotationInputChanged : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource * Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction * UnityEngine.Quaternion -> unit
override this.RaiseRotationInputChanged : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource * Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction * UnityEngine.Quaternion -> unit
Public Sub RaiseRotationInputChanged (source As IMixedRealityInputSource, handedness As Handedness, inputAction As MixedRealityInputAction, rotation As Quaternion)
Parameters
- source
- IMixedRealityInputSource
- handedness
- Handedness
- inputAction
- MixedRealityInputAction
- rotation
- UnityEngine.Quaternion