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

ノードに適用される回転角度を度単位で指定します。

適用対象