PbrMaterial.TexCoordOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constant offset added to texture coordinates.
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
Property Value
Remarks
An offset is normalized to [0..1] range, regardless of texture size, so (0.5, 0.5) always points to the middle of a texture. The offset can be changed over time to scroll the texture.
A InvalidParam error occurs if the value is NaN or infinite.