Table of Contents

Class PlayerJoinButton

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

Constructors

public PlayerJoinButton(Menu menu, MenuObject owner, Vector2 pos, int index)

Parameters

menu Menu
owner MenuObject
pos Vector2
index int

Fields

public int index

Field Value

int
public float labelFade

Field Value

float
public int labelFadeCounter

Field Value

int
public bool lastInput

Field Value

bool
public float lastLabelFade

Field Value

float
public float lastPortraitBlack

Field Value

float
public MenuLabel menuLabel

Field Value

MenuLabel
public MenuIllustration portrait

Field Value

MenuIllustration
public float portraitBlack

Field Value

float
public bool pressToJoin

Field Value

bool
public RoundedRect roundedRect

Field Value

RoundedRect
public RoundedRect selectRect

Field Value

RoundedRect

Properties

public bool Joined { get; set; }

Property Value

bool

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