The minimum region entirely enclosing the asset’s contents.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Model I/O
Declaration
var boundingBox: MDLAxis Aligned Bounding Box { get }
Discussion
If an asset contains timed information, such as animated mesh data, this property provides the asset’s bounding box as of the first time sample. Use the bounding
method to get bounding box information at a specific time sample.
All assets can provide bounding box information without traversing their hierarchy of objects.