BoundingBoxHelper.GetRawBBCorners(BoundingBox) Method

Definition

Caution

Use GetRawBBCorners and pass in TargetBounds

Caution

Use GetRawBoundsCorners and pass in boundingBox.TargetBounds

This function calculates the untransformed bounding box corner points of a GameObject.

public:
 void GetRawBBCorners(Microsoft::MixedReality::Toolkit::UI::BoundingBox ^ boundingBox);
[System.Obsolete("Use GetRawBBCorners and pass in TargetBounds")]
public void GetRawBBCorners (Microsoft.MixedReality.Toolkit.UI.BoundingBox boundingBox);
[System.Obsolete("Use GetRawBoundsCorners and pass in boundingBox.TargetBounds")]
public void GetRawBBCorners (Microsoft.MixedReality.Toolkit.UI.BoundingBox boundingBox);
public void GetRawBBCorners (Microsoft.MixedReality.Toolkit.UI.BoundingBox boundingBox);
[<System.Obsolete("Use GetRawBBCorners and pass in TargetBounds")>]
member this.GetRawBBCorners : Microsoft.MixedReality.Toolkit.UI.BoundingBox -> unit
[<System.Obsolete("Use GetRawBoundsCorners and pass in boundingBox.TargetBounds")>]
member this.GetRawBBCorners : Microsoft.MixedReality.Toolkit.UI.BoundingBox -> unit
member this.GetRawBBCorners : Microsoft.MixedReality.Toolkit.UI.BoundingBox -> unit
Public Sub GetRawBBCorners (boundingBox As BoundingBox)

Parameters

boundingBox
BoundingBox
Attributes

Applies to