Entity.Rotation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
親ノードを基準とした回転。
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 は、Position、Rotation、および Scaleへの個々の呼び出しよりも高速です。