public CurveSelectionW(int curveID, CurveEditorW host, int keyIndex) : this() { this.host = host; this.key = keyIndex; this.curveID = curveID; //__instance = method_ctor.Invoke (new object[]{curveID,host.wrapped,keyIndex}); }
public CurveMenuManagerW(CurveEditorW editor) { InitType (); __instance = method_ctor.Invoke (new object[]{editor.wrapped}); }