MDLAsset.BoundingBox 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.
Gets the smallest box that contains all of the objects in the asset.
public virtual ModelIO.MDLAxisAlignedBoundingBox BoundingBox { [Foundation.Export("boundingBox")] get; }
member this.BoundingBox : ModelIO.MDLAxisAlignedBoundingBox
Property Value
- Attributes
Remarks
If any of the asset's contents contain timed information, application developers should use M:ModelIO.MDLObject.BoundingBoxAtTime*, instead.