ICursorModifier.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:
 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.QuaternionPublic Function GetModifiedRotation (cursor As IMixedRealityCursor) As QuaternionParameters
- cursor
- IMixedRealityCursor
IMixedRealityCursor that is being modified.
Returns
New rotation for the IMixedRealityCursor