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