Table of Contents

Class ScoreLabel

Namespace
Global
Assembly
Assembly-CSharp.dll
public class ScoreLabel : ISingleCameraDrawable
Inheritance
ScoreLabel
Implements
Inherited Members

Constructors

ScoreLabel(PlayerGraphics)

public ScoreLabel(PlayerGraphics playerGraphics)

Parameters

playerGraphics PlayerGraphics

Fields

camera

public RoomCamera camera

Field Value

RoomCamera

counter

public int counter

Field Value

int

hidden

public bool hidden

Field Value

bool

label

public FLabel label

Field Value

FLabel

playerGraphics

public PlayerGraphics playerGraphics

Field Value

PlayerGraphics

pos

public Vector2 pos

Field Value

Vector2

textShadow

public FLabel textShadow

Field Value

FLabel

Methods

Draw(RoomCamera, float, Vector2)

public void Draw(RoomCamera camera, float timeStacker, Vector2 camPos)

Parameters

camera RoomCamera
timeStacker float
camPos Vector2

ShowScore()

public void ShowScore()

Update()

public void Update()