Version: 2017.3

ScaleMode

enumeration

매뉴얼로 전환

설명

Determines how UI elements in the Canvas are scaled.

변수

ConstantPixelSizeUsing the Constant Pixel Size mode, positions and sizes of UI elements are specified in pixels on the screen.
ScaleWithScreenSizeUsing the Scale With Screen Size mode, positions and sizes can be specified according to the pixels of a specified reference resolution. If the current screen resolution is larger then the reference resolution, the Canvas will keep having only the resolution of the reference resolution, but will scale up in order to fit the screen. If the current screen resolution is smaller than the reference resolution, the Canvas will similarly be scaled down to fit.
ConstantPhysicalSizeUsing the Constant Physical Size mode, positions and sizes of UI elements are specified in physical units, such as millimeters, points, or picas.