Beispiel #1
0
        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});
        }
Beispiel #2
0
        public CurveMenuManagerW(CurveEditorW editor)
        {
            InitType ();

                        __instance = method_ctor.Invoke (new object[]{editor.wrapped});
        }