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