Skip to content

Instantly share code, notes, and snippets.

@winxalex
winxalex / CurveEditorGist
Created April 12, 2015 13:47
Unity3d Curve Editor Revealed
/// /////////////// CURVE EDITOR ////////////////
#region CurveMenuManagerW
public class CurveMenuManagerW
{
private static Type __RealType;
private static ConstructorInfo method_ctor;
static MethodInfo MethodInfo_AddTangentMenuItems;
private object __instance;