Table of Contents

Class GourmandMeter.CollectionSymbol

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class GourmandMeter.CollectionSymbol
Inheritance
GourmandMeter.CollectionSymbol
Inherited Members

Constructors

CollectionSymbol(Vector2, Vector2, int, int, GourmandMeter)

public CollectionSymbol(Vector2 InitialPos, Vector2 InitialGoal, int gourmandIndex, int showIndex, GourmandMeter owner)

Parameters

InitialPos Vector2
InitialGoal Vector2
gourmandIndex int
showIndex int
owner GourmandMeter

Fields

FirstFade

public float FirstFade

Field Value

float

GoalPos

public Vector2 GoalPos

Field Value

Vector2

Greyout

public float Greyout

Field Value

float

Owner

public GourmandMeter Owner

Field Value

GourmandMeter

Pos

public Vector2 Pos

Field Value

Vector2

creatureSymbol

public CreatureSymbol creatureSymbol

Field Value

CreatureSymbol

greyPulse

public float greyPulse

Field Value

float

itemSymbol

public ItemSymbol itemSymbol

Field Value

ItemSymbol

storedColor

public Color storedColor

Field Value

Color

storedIndex

public int storedIndex

Field Value

int

Properties

Index

public int Index { get; }

Property Value

int

Methods

Draw(float)

public void Draw(float timeStacker)

Parameters

timeStacker float

RemoveSprites()

public void RemoveSprites()

Update()

public void Update()

UpdateShownSymbol(int)

public void UpdateShownSymbol(int showIndex)

Parameters

showIndex int