次の方法で共有


SceneBoundingBox.Max プロパティ

定義

境界ボックスの最大座標を取得します。

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

プロパティ値

Vector3 Vector3

float3

境界ボックスの最大座標。

適用対象