Class StoryGameStatisticsScreen.ScoreKeeper.ScoreAdder
- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class StoryGameStatisticsScreen.ScoreKeeper.ScoreAdder : PositionedMenuObject
- Inheritance
-
StoryGameStatisticsScreen.ScoreKeeper.ScoreAdder
- Inherited Members
Constructors
ScoreAdder(Menu, MenuObject, Vector2, int, int, int)
public ScoreAdder(Menu menu, MenuObject owner, Vector2 pos, int score, int times, int stackHeight)
Parameters
menuMenuownerMenuObjectposVector2scoreinttimesintstackHeightint
Fields
alpha
public float alpha
Field Value
lastAlpha
public float lastAlpha
Field Value
numberLabel
public MenuLabel numberLabel
Field Value
score
public int score
Field Value
stackHeight
public int stackHeight
Field Value
times
public int times
Field Value
wait
public int wait
Field Value
Properties
InPlaceForTick
public bool InPlaceForTick { get; }
Property Value
MultipliedScore
public int MultipliedScore { get; }
Property Value
scoreKeeper
public StoryGameStatisticsScreen.ScoreKeeper scoreKeeper { get; }
Property Value
Methods
GrafUpdate(float)
public override void GrafUpdate(float timeStacker)
Parameters
timeStackerfloat
MoveScore(int)
public void MoveScore(int amount)
Parameters
amountint
Tick()
public void Tick()
Update()
public override void Update()
UpdateLabel()
public void UpdateLabel()