共用方式為


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 或無限,就會發生錯誤。

適用於