NGUtil Scale Method ScoreFlash API Documentation V4.6.0
Overload List

  NameDescription
Public methodStatic memberScale(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.
Public methodStatic memberScale(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.
Back to Top
See Also