SceneBoundingBox.Extents 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 extents of the bounding box.
public:
property float3 Extents { float3 get(); };
float3 Extents();
public Vector3 Extents { get; }
var vector3 = sceneBoundingBox.extents;
Public ReadOnly Property Extents As Vector3
Property Value
The extents of the bounding box.