HandBounds.LocalBounds Property
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.
Accessor for the bounds associated with a handedness, calculated in local hand-space, locally axis aligned.
public:
property System::Collections::Generic::Dictionary<Microsoft::MixedReality::Toolkit::Utilities::Handedness, UnityEngine::Bounds> ^ LocalBounds { System::Collections::Generic::Dictionary<Microsoft::MixedReality::Toolkit::Utilities::Handedness, UnityEngine::Bounds> ^ get(); };
public System.Collections.Generic.Dictionary<Microsoft.MixedReality.Toolkit.Utilities.Handedness,UnityEngine.Bounds> LocalBounds { get; }
member this.LocalBounds : System.Collections.Generic.Dictionary<Microsoft.MixedReality.Toolkit.Utilities.Handedness, UnityEngine.Bounds>
Public ReadOnly Property LocalBounds As Dictionary(Of Handedness, Bounds)