PbrMaterial.TexCoordOffset 属性

定义

添加到纹理坐标的常量偏移量。

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 或无限,则会发生错误。

适用于