NGEasing Generic Method ScoreFlash API Documentation V4.6.0
Generic easing for floats with any EaseType. Use this, if you want to be able to configure the type of easing, e.g. as a public inspector property.

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

public static float Generic(
	NGEasing..::..EaseType type,
	float from,
	float to,
	float frac
)

Return Value

eased interpolation from from to to
See Also