NGUtil ToReadableDiff Method ScoreFlash API Documentation V4.6.0
Creates a user readable diff between two objects of same type. Currently implements special handling for: IList (arrays and lists) and AnimationCurve.

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

public static string ToReadableDiff(
	Object a,
	Object b
)

Return Value

a readable string representation of the changes between a and b
See Also