Table of Contents

Class LevelSelector.AllLevelsSelectionList

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class LevelSelector.AllLevelsSelectionList : LevelSelector.LevelsList, Slider.ISliderOwner
Inheritance
LevelSelector.AllLevelsSelectionList
Implements
Inherited Members

Constructors

public AllLevelsSelectionList(Menu menu, LevelSelector owner, Vector2 pos, bool shortList)

Parameters

menu Menu
owner LevelSelector
pos Vector2
shortList bool

Properties

public List<string> AllLevelsList { get; }

Property Value

List<string>
public override int ScrollPos { get; set; }

Property Value

int
public override bool ShowThumbsStatus { get; set; }

Property Value

bool
public override int TotalItems { get; }

Property Value

int

Methods

public override void ItemClicked(int index)

Parameters

index int
public override void Singal(MenuObject sender, string message)

Parameters

sender MenuObject
message string