NGEasing EaseIn Method ScoreFlash API Documentation V4.6.0
Eases in.

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

public static float EaseIn(
	float from,
	float to,
	float frac,
	float pow
)

Return Value

eased interpolation from from to to
See Also