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
Field Value
- float
GoalPos
Field Value
- Vector2
Greyout
Field Value
- float
Owner
public GourmandMeter Owner
Field Value
- GourmandMeter
Pos
Field Value
- Vector2
creatureSymbol
public CreatureSymbol creatureSymbol
Field Value
- CreatureSymbol
greyPulse
Field Value
- float
itemSymbol
public ItemSymbol itemSymbol
Field Value
- ItemSymbol
storedColor
Field Value
- Color
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()
UpdateShownSymbol(int)
public void UpdateShownSymbol(int showIndex)
Parameters
showIndex int