fmeobjects.FMETexture.setOffset

FMETexture.setOffset(u, v)

This routine sets the offset associated with the texture. The default offset for a texture is (0,0).

Parameters:
  • u (float) – The u point of offset.

  • v (float) – The v point of the offset.

Return type:

None