다음을 통해 공유


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

경계 상자의 최대 좌표입니다.

적용 대상