ColorMaterial.AlbedoTexture 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Texture用于反照数颜色的 。 null
如果不需要专用纹理,则传入 。
public:
property Microsoft::Azure::RemoteRendering::Texture ^ AlbedoTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture AlbedoTexture { get; set; }
member this.AlbedoTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property AlbedoTexture As Texture
属性值
注解
InvalidType如果设置了不是 2D 纹理的纹理,则会发生错误。