Canvas 内の UI 要素をどのようにスケーリングするかを決めます。
ConstantPixelSize | ConstantPixelSize モードを使用すると、UI 要素の位置とサイズはスクリーン上のピクセルで指定されます。 |
ScaleWithScreenSize | Using 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 than 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. |
ConstantPhysicalSize | ConstantPhysicalSize モードを使用すると、UI 要素の位置とサイズはミリメートル、ポイント、パイカのような物理単位で指定されます。 |