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