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