Table of Contents

Class StoryGameStatisticsScreen.ScoreKeeper.ScoreAdder

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class StoryGameStatisticsScreen.ScoreKeeper.ScoreAdder : PositionedMenuObject
Inheritance
StoryGameStatisticsScreen.ScoreKeeper.ScoreAdder
Inherited Members

Constructors

public ScoreAdder(Menu menu, MenuObject owner, Vector2 pos, int score, int times, int stackHeight)

Parameters

menu Menu
owner MenuObject
pos Vector2
score int
times int
stackHeight int

Fields

public float alpha

Field Value

float
public float lastAlpha

Field Value

float
public MenuLabel numberLabel

Field Value

MenuLabel
public int score

Field Value

int
public int stackHeight

Field Value

int
public int times

Field Value

int
public int wait

Field Value

int

Properties

public bool InPlaceForTick { get; }

Property Value

bool
public int MultipliedScore { get; }

Property Value

int
public StoryGameStatisticsScreen.ScoreKeeper scoreKeeper { get; }

Property Value

StoryGameStatisticsScreen.ScoreKeeper

Methods

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public void MoveScore(int amount)

Parameters

amount int
public void Tick()
public override void Update()
public void UpdateLabel()