Sdílet prostřednictvím


SceneBoundingBox.Size Property

Definition

Gets the size of the bounding box.

public:
 property float3 Size { float3 get(); };
float3 Size();
public Vector3 Size { get; }
var vector3 = sceneBoundingBox.size;
Public ReadOnly Property Size As Vector3

Property Value

Vector3 Vector3

float3

The size of the bounding box.

Applies to