Table of Contents

Class ConfigTabController.TabSelectButton

Namespace
Menu.Remix
Assembly
Assembly-CSharp.dll
public class ConfigTabController.TabSelectButton : OpSimpleButton
Inheritance
ConfigTabController.TabSelectButton
Inherited Members

Constructors

public TabSelectButton(int index, ConfigTabController ctrler)

Parameters

index int
ctrler ConfigTabController

Fields

public float _height

Field Value

float
public bool _lastFocused

Field Value

bool
public string _lastName

Field Value

string
public static int _scrollCounter

Field Value

int
public bool _scrolled

Field Value

bool
public readonly int buttonIndex

Field Value

int
public readonly ConfigTabController ctrl

Field Value

ConfigTabController
public float darken

Field Value

float

Properties

public bool Active { get; }

Property Value

bool
public Color ColorButton { get; }

Property Value

Color
public Color ColorCanvas { get; }

Property Value

Color
public bool IsBottom { get; }

Property Value

bool
public bool IsTop { get; }

Property Value

bool
public int RepresentingIndex { get; }

Property Value

int
public string RepresentingName { get; }

Property Value

string
public OpTab RepresentingTab { get; }

Property Value

OpTab

Methods

public override string DisplayDescription()

Returns

string
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public override void Reset()
public void Signal(UIfocusable self)

Parameters

self UIfocusable
public override void Update()