- Namespace
- Menu.Remix
- Assembly
- Assembly-CSharp.dll
public class UIelementWrapper : RectangularMenuObject, SelectableMenuObject
- Inheritance
-
UIelementWrapper
- Implements
-
- Inherited Members
-
Constructors
public UIelementWrapper(MenuTabWrapper tabWrapper, UIelement element)
Parameters
tabWrapper MenuTabWrapper
element UIelement
Fields
public readonly GlowGradient glow
Field Value
- GlowGradient
public readonly MenuTabWrapper tabWrapper
Field Value
- MenuTabWrapper
public readonly UIelement thisElement
Field Value
- UIelement
Properties
public bool CurrentlySelectableMouse { get; }
Property Value
- bool
public bool CurrentlySelectableNonMouse { get; }
Property Value
- bool
public bool GreyedOut { get; }
Property Value
- bool
public bool IsConfig { get; }
Property Value
- bool
public bool IsFocusable { get; }
Property Value
- bool
public bool IsMouseOverMe { get; }
Property Value
- bool
public UIconfig ThisConfig { get; }
Property Value
- UIconfig
public UIfocusable ThisFocusable { get; }
Property Value
- UIfocusable
Methods
public override void GrafUpdate(float timeStacker)
Parameters
timeStacker float
public void ReloadConfig()
public void ResetConfig()
public override void Singal(MenuObject sender, string message)
Parameters
sender MenuObject
message string
public override void Update()