Table of Contents

Class SlugcatSelectMenu.CustomColorInterface

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class SlugcatSelectMenu.CustomColorInterface : MenuObject
Inheritance
SlugcatSelectMenu.CustomColorInterface
Inherited Members

Constructors

public CustomColorInterface(Menu menu, MenuObject owner, Vector2 pos, SlugcatStats.Name slugcatID, List<string> names, List<string> defaultColors)

Parameters

menu Menu
owner MenuObject
pos Vector2
slugcatID SlugcatStats.Name
names List<string>
defaultColors List<string>

Fields

public const string SIGNAL = "MMFCUSTOMCOLOR"

Field Value

string
public int activeColorChooser

Field Value

int
public SimpleButton[] bodyButtons

Field Value

SimpleButton[]
public RoundedRect[] bodyColorBorders

Field Value

RoundedRect[]
public MenuIllustration[] bodyColors

Field Value

MenuIllustration[]
public List<string> defaultColors

Field Value

List<string>
public MenuObject owner

Field Value

MenuObject
public SlugcatStats.Name slugcatID

Field Value

SlugcatStats.Name

Methods

public override void RemoveSprites()