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