NGUtil ScaleInverse Method (Single)ScoreFlash API Documentation V4.6.0
Inverts the scale applied via Scale(Single). This is useful if you're grabbing dimensions from objects while we are in high density mode.

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public static float ScaleInverse(
	float scaledPixels
)

Parameters

scaledPixels
Type: OnlineSystem Single
pixels with the current screen density

Return Value

pixels for "normal" screens
See Also