The TextureTransform
class encapsulates scaling and translation transforms about a textures UV axis.
Property | Description |
---|---|
offsetU
|
Specifies the offset along the U-axis of the texture coordinates system. |
offsetV
|
Specifies the offset along the V-axis of the texture coordinates system. |
rotation
|
Specifies the rotation of the texture coordinates system in radians. |
scaleU
|
Specifies the scale along the U-axis of the texture coordinates system. |
scaleV
|
Specifies the scale along the V-axis of the texture coordinates system. |
This module exposes no methods.