Table of Contents

Class MultipleChoiceArray.MultipleChoiceButton

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

Constructors

public MultipleChoiceButton(Menu menu, MultipleChoiceArray mcOwner, Vector2 pos, int index)

Parameters

menu Menu
mcOwner MultipleChoiceArray
pos Vector2
index int

Fields

public int index

Field Value

int
public MenuLabel label

Field Value

MenuLabel
public float lastSymbolHalfVisible

Field Value

float
public RoundedRect roundedRect

Field Value

RoundedRect
public float symbolHalfVisible

Field Value

float
public FSprite symbolSprite

Field Value

FSprite

Properties

public bool Checked { get; }

Property Value

bool
public MultipleChoiceArray multipleChoiceArray { get; }

Property Value

MultipleChoiceArray

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()