SceneBoundingBox.Min 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 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
The minimum coordinates of the bounding box.