Aracılığıyla paylaş


SceneBoundingBox.Center Property

Definition

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

Vector3 Vector3

float3

The center of the bounding box.

Applies to