次の方法で共有


SceneBoundingBox.Center プロパティ

定義

境界ボックスの中心を取得します。

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

プロパティ値

Vector3 Vector3

float3

境界ボックスの中心。

適用対象