Parameter Types

Parameters can represent different kinds of values depending on their purpose.

The following parameter types are available:

Float

Stores floating-point numbers.

Boolean

Stores a true/false value.

Color

Stores a color value and provides a color picker in the interface.

Integer

Stores whole numbers without decimal places.

String

Stores text values.

Text (Multiline String)

Stores text values.

Date

Stores a date and time values.

Point

Represents a two-dimensional coordinate (X, Y).

Vector

Represents a three-dimensional value (X, Y, Z).

Enum/List Parameter

Provides a selectable list of predefined values.

Trigger

Represents a momentary action rather than a persistent value.

File

Stores a string with a path to a choosen file.

Object / Parameter Target

Can link an object or a parameter.

IP

Stores a string with an IP address.

Data

Last updated