UDim

Afficher les obsolètes

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

Résumé

Constructeurs

Propriétés

Opérations Maths

Constructeurs

new

Paramètres

Scale: number
Offset: number

Propriétés

Scale

The relative scale component of the UDim.

Offset

The absolute offset component of the UDim in pixels.

Opérations Maths

UDim + UDim : UDim

UDim - UDim : UDim