Share via


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 纹理的纹理,则会发生错误。

适用于