Exemplo n.º 1
0
 public virtual void Module_UI()
 {
     moduleState = PDEditor_Toggle(new GUIContent("Enable Module Functions"), moduleState == XFurModuleState.Enabled?true:false)?XFurModuleState.Enabled:XFurModuleState.Disabled;
 }
Exemplo n.º 2
0
 public virtual void Module_UI(XFur_System owner)
 {
     moduleState = EnableDisableToggle(new GUIContent("ENABLE MODULE FUNCTIONS"), moduleState == XFurModuleState.Enabled?true:false)?XFurModuleState.Enabled:XFurModuleState.Disabled;
     systemOwner = owner;
 }