Creates a user readable diff between two objects of same type.
Currently implements special handling for: IList (arrays and lists)
and AnimationCurve.
Namespace: NarayanaGames.CommonAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
Parameters
- a
- Type:
System Object
an object that should be made readable
- b
- Type:
System Object
an object that should be made readable
Return Value
a readable string representation of the changes between a and bSee Also