예제 #1
0
        // -----------------------
        public DisablingConditionSetInspector(GUIContent titleContent, DisablingConditionSet target, InputRig rig, Object undoObject)
        {
            this.undoObject   = undoObject;
            this.titleContent = titleContent;
            this.target       = target;

            this.switchListInsp = new DisablingRigSwitchSetInspector(target, rig, undoObject);
        }
예제 #2
0
                // -------------------
                public DisablingRigSwitchElemInspector(DisablingConditionSet.DisablingRigSwitch obj, InputRig rig, DisablingRigSwitchSetInspector listInsp) : base(listInsp)
                {
                    this.rig    = rig;
                    this.target = obj;
                    //this.undoObject = undoObject;

                    this.flagNameInsp = new RigSwitchNameDrawer();             //listInsp.mainEditor);
                }