Version: 2017.2

ScaleMode

enumeration

マニュアルに切り替える

説明

Canvas 内の UI 要素をどのようにスケーリングするかを決めます。

変数

ConstantPixelSizeConstantPixelSize モードを使用すると、UI 要素の位置とサイズはスクリーン上のピクセルで指定されます。
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.
ConstantPhysicalSizeConstantPhysicalSize モードを使用すると、UI 要素の位置とサイズはミリメートル、ポイント、パイカのような物理単位で指定されます。