Delen via


SceneBoundingBox.Extents Property

Definition

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

Vector3 Vector3

float3

The extents of the bounding box.

Applies to