SpotLightComponent.Projected2dTexture プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ジオメトリに投影するオプションの 2D Texture 。
public:
property Microsoft::Azure::RemoteRendering::Texture ^ Projected2dTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture Projected2dTexture { get; set; }
member this.Projected2dTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property Projected2dTexture As Texture
プロパティ値
注釈
テクスチャの色は、ライトの色を調整するために使用されます。
InvalidType 2D テクスチャではないテクスチャが設定されている場合、エラーが発生します。