Skip to content

Latest commit

 

History

History
64 lines (59 loc) · 1.88 KB

texturetransform.md

File metadata and controls

64 lines (59 loc) · 1.88 KB

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.