PbrMaterial.TexCoordOffset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
添加到纹理坐标的常量偏移量。
public:
property Microsoft::Azure::RemoteRendering::Float2 TexCoordOffset { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 TexCoordOffset { get; set; }
member this.TexCoordOffset : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property TexCoordOffset As Float2
属性值
注解
无论纹理大小如何,偏移量都会规范化为 [0..1] 范围,因此 (0.5、0.5) 始终指向纹理的中间。 可随时间更改偏移量以滚动纹理。
InvalidParam如果值为 NaN 或无限,则会发生错误。