@gwigz/slua

Core Types

Vector, Quaternion, and UUID types

Vector

Three float values, used for colors (RGB), positions, directions, and velocities.

Prop

Type

Quaternion

Four float values, used for rotations and orientations.

Prop

Type

UUID

A 128-bit unique identifier formatted as 36 hexadecimal characters (8-4-4-4-12), e.g. "A822FF2B-FF02-461D-B45D-DCD10A2DE0C2".

Prop

Type

On this page