HandBounds.Bounds 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 global-axis-aligned space.
public:
property System::Collections::Generic::Dictionary<Microsoft::MixedReality::Toolkit::Utilities::Handedness, UnityEngine::Bounds> ^ Bounds { System::Collections::Generic::Dictionary<Microsoft::MixedReality::Toolkit::Utilities::Handedness, UnityEngine::Bounds> ^ get(); };
public System.Collections.Generic.Dictionary<Microsoft.MixedReality.Toolkit.Utilities.Handedness,UnityEngine.Bounds> Bounds { get; }
member this.Bounds : System.Collections.Generic.Dictionary<Microsoft.MixedReality.Toolkit.Utilities.Handedness, UnityEngine.Bounds>
Public ReadOnly Property Bounds As Dictionary(Of Handedness, Bounds)