- Namespace
- Menu.Remix
- Assembly
- Assembly-CSharp.dll
public class ConfigMenuTab : MenuTab, IHoldUIelements
- Inheritance
-
ConfigMenuTab
- Implements
-
- Inherited Members
-
Constructors
Fields
public static int _countModEnabled
Field Value
- int
public static int _countModTotal
Field Value
- int
public const string applyModSignal = "APPLYMODS"
Field Value
- string
public readonly ConfigMenuTab.ButtonManager btnManager
Field Value
- ConfigMenuTab.ButtonManager
public const string disableAllSignal = "DISABLEALL"
Field Value
- string
public const string enableAllSignal = "ENABLEALL"
Field Value
- string
public const string exitSignal = "EXIT"
Field Value
- string
public readonly MenuModList modList
Field Value
- MenuModList
public const string noDialogSignal = "DIALOG_NO"
Field Value
- string
public const string resetSignal = "RESET"
Field Value
- string
public const string revertSignal = "REVERT"
Field Value
- string
public const string saveSignal = "APPLY"
Field Value
- string
public readonly ConfigTabController tabCtrler
Field Value
- ConfigTabController
public const string yesDialogSignal = "DIALOG_YES"
Field Value
- string
Properties
public OpSimpleButton ApplyButton { get; }
Property Value
- OpSimpleButton
public UIfocusable BackButton { get; }
Property Value
- UIfocusable
public static ConfigContainer.Mode ConfigMode { get; }
Property Value
- ConfigContainer.Mode
public UIfocusable[] MenuButtons { get; }
Property Value
- UIfocusable[]
public OpHoldButton ResetConfigButton { get; }
Property Value
- OpHoldButton
public UIfocusable RevertButton { get; }
Property Value
- UIfocusable
public OpSimpleButton SaveButton { get; }
Property Value
- OpSimpleButton
Methods
public void FlashApplyButton(int period = 80)
Parameters
period int
public bool IsPartOfButtonManager(UIfocusable test)
Parameters
test UIfocusable
Returns
- bool
public void _ClearCustomNextFocusable()
public void _SetRevertButtonUpPointer(UIfocusable up)
Parameters
up UIfocusable