UDim

顯示已棄用項目

*此內容很快就會推出您所選的語言版本。

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

概要

建構子

屬性

建構子

new

參數

Scale: number
Offset: number

屬性

Scale

The relative scale component of the UDim.

Offset

The absolute offset component of the UDim in pixels.

數學算式

UDim + UDim : UDim

UDim - UDim : UDim