BoundingBox.CalculationMethod 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.
Defines the volume type and the priority for the bounds calculation
public:
property Microsoft::MixedReality::Toolkit::UI::BoundingBox::BoundsCalculationMethod CalculationMethod { Microsoft::MixedReality::Toolkit::UI::BoundingBox::BoundsCalculationMethod get(); void set(Microsoft::MixedReality::Toolkit::UI::BoundingBox::BoundsCalculationMethod value); };
public Microsoft.MixedReality.Toolkit.UI.BoundingBox.BoundsCalculationMethod CalculationMethod { get; set; }
member this.CalculationMethod : Microsoft.MixedReality.Toolkit.UI.BoundingBox.BoundsCalculationMethod with get, set
Public Property CalculationMethod As BoundingBox.BoundsCalculationMethod