다음을 통해 공유


SceneModelTransform.RotationAngle 속성

정의

노드에 적용된 회전 각도(라디안)를 가져오거나 설정합니다.

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

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

속성 값

Single

float

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

적용 대상