// ----------------------- 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); }
// ------------------- 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); }