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