Freigeben über


MDLAsset.BoundingBox Property

Definition

Gets the smallest box that contains all of the objects in the asset.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ModelIO.MDLAxisAlignedBoundingBox BoundingBox { [Foundation.Export("boundingBox")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("boundingBox")>]
member this.BoundingBox : ModelIO.MDLAxisAlignedBoundingBox

Property Value

Attributes

Remarks

If any of the asset's contents contain timed information, application developers should use GetBoundingBox(Double), instead.

Applies to