次の方法で共有


SpotLightComponent.Projected2dTexture プロパティ

定義

ジオメトリに投影するオプションの 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 テクスチャではないテクスチャが設定されている場合、エラーが発生します。

適用対象