UDim

Visualizza obsoleti

The UDim data type represents a one-dimensional value with two components, a relative scale and an absolute offset in pixels.

Sommario

Costruttori

Proprietà

Operazioni Matematiche

Costruttori

new

Parametri

Scale: number
Offset: number

Proprietà

Scale

The relative scale component of the UDim.

Offset

The absolute offset component of the UDim in pixels.

Operazioni Matematiche

UDim + UDim : UDim

UDim - UDim : UDim