Table of Contents

Class Button

Namespace
DevInterface
Assembly
Assembly-CSharp.dll
public class Button : MouseOverSwitchColorLabel
Inheritance
Button
Derived
Inherited Members

Constructors

Button(DevUI, string, DevUINode, Vector2, float, string)

public Button(DevUI owner, string IDstring, DevUINode parentNode, Vector2 pos, float width, string text)

Parameters

owner DevUI
IDstring string
parentNode DevUINode
pos Vector2
width float
text string

Fields

down

public bool down

Field Value

bool

overrideTextColor

public Color? overrideTextColor

Field Value

Color?

Methods

Clicked()

public virtual void Clicked()

Update()

public override void Update()