共用方式為


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

周框方塊的最大座標。

適用於