SceneBoundingBox.Center 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 center of the bounding box.
public:
property float3 Center { float3 get(); };
float3 Center();
public Vector3 Center { get; }
var vector3 = sceneBoundingBox.center;
Public ReadOnly Property Center As Vector3
Property Value
The center of the bounding box.