CursorModifier.GetModifiedRotation(IMixedRealityCursor) 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.
Returns the IMixedRealityCursor rotation after considering this modifier.
public:
virtual UnityEngine::Quaternion GetModifiedRotation(Microsoft::MixedReality::Toolkit::Input::IMixedRealityCursor ^ cursor);
public UnityEngine.Quaternion GetModifiedRotation (Microsoft.MixedReality.Toolkit.Input.IMixedRealityCursor cursor);
abstract member GetModifiedRotation : Microsoft.MixedReality.Toolkit.Input.IMixedRealityCursor -> UnityEngine.Quaternion
override this.GetModifiedRotation : Microsoft.MixedReality.Toolkit.Input.IMixedRealityCursor -> UnityEngine.Quaternion
Public Function GetModifiedRotation (cursor As IMixedRealityCursor) As Quaternion
Parameters
- cursor
- IMixedRealityCursor
IMixedRealityCursor that is being modified.
Returns
UnityEngine.Quaternion
New rotation for the IMixedRealityCursor