NGUtil ScaleOnlySize Method ScoreFlash API Documentation V4.6.0
Automatically scales only the width and height of a rectangle for high density (e.g. Retina). This is useful for rectangles that already have a correct position but the wrong dimensions. Use with caution! ;-)

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

public static Rect ScaleOnlySize(
	Rect pixels
)

Parameters

pixels
Type: Rect

Return Value

See Also