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