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
playerGraphicsPlayerGraphics
Fields
camera
public RoomCamera camera
Field Value
counter
public int counter
Field Value
hidden
public bool hidden
Field Value
label
public FLabel label
Field Value
playerGraphics
public PlayerGraphics playerGraphics
Field Value
pos
public Vector2 pos
Field Value
- Vector2
textShadow
public FLabel textShadow
Field Value
Methods
Draw(RoomCamera, float, Vector2)
public void Draw(RoomCamera camera, float timeStacker, Vector2 camPos)
Parameters
cameraRoomCameratimeStackerfloatcamPosVector2
ShowScore()
public void ShowScore()
Update()
public void Update()