다음을 통해 공유


SceneModelTransform.RotationAngleInDegrees 속성

정의

노드에 적용된 회전 각도를 도 단위로 가져오거나 설정합니다.

public:
 property float RotationAngleInDegrees { float get(); void set(float value); };
float RotationAngleInDegrees();

void RotationAngleInDegrees(float value);
public float RotationAngleInDegrees { get; set; }
var single = sceneModelTransform.rotationAngleInDegrees;
sceneModelTransform.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single

속성 값

Single

float

노드에 적용된 회전 각도(도)입니다.

적용 대상