Skip to main content

Input Nodes

Input nodes provide time, character, glyph and constant values to the graph.

This page lists 10 nodes.

Time

input-time

Current animation time in seconds.

PropertyValue
Stageshared
Performance costlow

Inputs

None.

Outputs

OutputType
valuefloat

Character Index

input-character-index

Zero-based character position inside the rendered text.

PropertyValue
Stageshared
Performance costlow

Inputs

None.

Outputs

OutputType
valuefloat

Glyph UV

input-uv

Current glyph texture coordinate.

PropertyValue
Stagefragment
Performance costlow

Inputs

None.

Outputs

OutputType
valuevec2

Glyph UV X

input-uv-x

Horizontal glyph texture coordinate.

PropertyValue
Stagefragment
Performance costlow

Inputs

None.

Outputs

OutputType
valuefloat

Glyph UV Y

input-uv-y

Vertical glyph texture coordinate.

PropertyValue
Stagefragment
Performance costlow

Inputs

None.

Outputs

OutputType
valuefloat

Glyph Alpha

input-texture-alpha

Current glyph mask or texture alpha.

PropertyValue
Stagefragment
Performance costlow

Inputs

None.

Outputs

OutputType
valuefloat

Texture Size

input-texture-size

Font atlas dimensions in pixels.

PropertyValue
Stagefragment
Performance costlow

Inputs

None.

Outputs

OutputType
valuevec2

Number

constant-number

A configurable scalar value.

PropertyValue
Stageshared
Performance costlow

Inputs

None.

Outputs

OutputType
valuefloat

Controls

ControlTypeDefaultValues
valuenumber1-64 to 64, step 0.01

Vector 2

constant-vec2

A configurable two-dimensional vector.

PropertyValue
Stageshared
Performance costlow

Inputs

None.

Outputs

OutputType
valuevec2

Controls

ControlTypeDefaultValues
xnumber0-64 to 64, step 0.01
ynumber0-64 to 64, step 0.01

Colour

constant-colour

A configurable RGB colour.

PropertyValue
Stageshared
Performance costlow

Inputs

None.

Outputs

OutputType
valuevec3

Controls

ControlTypeDefaultValues
colourcolour#FFFFFFSix-digit hex colour