Overload List
| Name | Description | |
|---|---|---|
| Scale(Single) |
Automatically scales your pixel definitions for widths, heights
or relative screen positions for high density (e.g. Retina)
displays. This either returns pixels, as it is, or
pixels * 2 if we have a high density display.
| |
| Scale(Vector2) |
Automatically scales your pixel definitions for widths, heights
or relative screen positions for high density (e.g. Retina)
displays. This either returns pixels, as it is, or
pixels * 2 if we have a high density display.
|
See Also