NGUtil AreEqual Method (, )ScoreFlash API Documentation V4.6.0
Compares two animation curves and returns true, if their keys are equal.

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

public static bool AreEqual(
	AnimationCurve a,
	AnimationCurve b
)

Parameters

a
Type: AnimationCurve
the first animation curve
b
Type: AnimationCurve
the second animation curve

Return Value

true, if the keys of a and b are equal
See Also