Table of Contents

Class SymbolButton

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class SymbolButton : ButtonTemplate, SelectableMenuObject, ButtonMenuObject
Inheritance
SymbolButton
Implements
Derived
Inherited Members

Constructors

public SymbolButton(Menu menu, MenuObject owner, string symbolName, string singalText, Vector2 pos)

Parameters

menu Menu
owner MenuObject
symbolName string
singalText string
pos Vector2

Fields

public bool maintainOutlineColorWhenGreyedOut

Field Value

bool
public RoundedRect roundedRect

Field Value

RoundedRect
public string signalText

Field Value

string
public FSprite symbolSprite

Field Value

FSprite

Methods

public override void Clicked()
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public override Color MyColor(float timeStacker)

Parameters

timeStacker float

Returns

Color
public override void RemoveSprites()
public override void Update()
public void UpdateSymbol(string newSymbolName)

Parameters

newSymbolName string