Table of Contents

Class MenuModList.ListButton

Namespace
Menu.Remix
Assembly
Assembly-CSharp.dll
public class MenuModList.ListButton : OpSimpleImageButton, MenuModList.IAmPartOfModList
Inheritance
MenuModList.ListButton
Implements
Inherited Members

Constructors

public ListButton(MenuModList list, MenuModList.ListButton.Role role)

Parameters

list MenuModList
role MenuModList.ListButton.Role

Fields

public readonly GlowGradient _glow

Field Value

GlowGradient
public readonly MenuModList _list

Field Value

MenuModList
public static int _swapIndex

Field Value

int
public readonly MenuModList.ListButton.Role role

Field Value

MenuModList.ListButton.Role

Properties

public override bool CurrentlyFocusableNonMouse { get; }

Property Value

bool
public override bool MouseOver { get; }

Property Value

bool

Methods

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public static string RoleSprite(MenuModList.ListButton.Role role)

Parameters

role MenuModList.ListButton.Role

Returns

string
public void Signal(UIfocusable self)

Parameters

self UIfocusable
public void SignalHold(UIfocusable self)

Parameters

self UIfocusable
public override void Update()