PointLightComponent.ProjectedCubeMap 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要投影到周围几何图形上的可选立方体图 Texture 。
public:
property Microsoft::Azure::RemoteRendering::Texture ^ ProjectedCubeMap { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture ProjectedCubeMap { get; set; }
member this.ProjectedCubeMap : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property ProjectedCubeMap As Texture
属性值
注解
所有者 Entity 的方向决定了立方体地图如何投影到周围的几何图形上。 立方体贴图的颜色用于调节光线的颜色。
InvalidType如果设置的纹理不是立方体映射,则会发生错误。