SceneBoundingBox.Max Property

Definition

Gets the maximum coordinates of the bounding box.

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

Property Value

Vector3 Vector3

float3

The maximum coordinates of the bounding box.

Applies to