Delen via


SceneBoundingBox.Min Property

Definition

Gets the minimum coordinates of the bounding box.

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

Property Value

Vector3 Vector3

float3

The minimum coordinates of the bounding box.

Applies to