Table of Contents

Class Cycler

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

Constructors

Cycler(DevUI, string, DevUINode, Vector2, float, string, List<string>)

public Cycler(DevUI owner, string IDstring, DevUINode parentNode, Vector2 pos, float width, string baseName, List<string> alternatives)

Parameters

owner DevUI
IDstring string
parentNode DevUINode
pos Vector2
width float
baseName string
alternatives List<string>

Fields

alternatives

public List<string> alternatives

Field Value

List<string>

baseName

public string baseName

Field Value

string

currentAlternative

public int currentAlternative

Field Value

int

Methods

Update()

public override void Update()