다음을 통해 공유


SceneModelTransform.Scale 속성

정의

x, y 및 z 축에 있는 노드의 상대 크기를 가져오거나 설정합니다.

public:
 property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();

void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = sceneModelTransform.scale;
sceneModelTransform.scale = vector3;
Public Property Scale As Vector3

속성 값

Vector3 Vector3

float3

x, y 및 z 축에 있는 노드의 상대적 크기를 설명하는 벡터입니다.

적용 대상