次の方法で共有


Entity.Rotation プロパティ

定義

親ノードを基準とした回転。

public:
 property Microsoft::Azure::RemoteRendering::Quaternion Rotation { Microsoft::Azure::RemoteRendering::Quaternion get(); void set(Microsoft::Azure::RemoteRendering::Quaternion value); };
public Microsoft.Azure.RemoteRendering.Quaternion Rotation { get; set; }
member this.Rotation : Microsoft.Azure.RemoteRendering.Quaternion with get, set
Public Property Rotation As Quaternion

プロパティ値

注釈

指定した値が NaN または無限の場合、InvalidParam エラーが発生します。 完全なローカル変換を設定または取得する必要がある場合、LocalTransform は、PositionRotation、および Scaleへの個々の呼び出しよりも高速です。

適用対象