次の方法で共有


SkyReflectionSettings.SkyRotation プロパティ

定義

空の反射に適用するオプションの回転 。四元数として指定されます。

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

プロパティ値

注釈

正規化された四元数を使用することをお勧めします。これは、回転の直感的な表現が得られますが、必須ではありません。 四元数は内部的に正規化されます。

* 指定 InvalidParam された四元数が無効な場合、エラーが発生します。

適用対象

こちらもご覧ください