Table of Contents

Class SpeedRunTimer

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class SpeedRunTimer : HudPart
Inheritance
SpeedRunTimer
Inherited Members

Constructors

public SpeedRunTimer(HUD hud, PlayerSpecificMultiplayerHud multiHud, FContainer fContainer)

Parameters

hud HUD
multiHud PlayerSpecificMultiplayerHud
fContainer FContainer

Fields

fade

public float fade

Field Value

float

lastFade

public float lastFade

Field Value

float

lastPos

public Vector2 lastPos

Field Value

Vector2

pos

public Vector2 pos

Field Value

Vector2

remainVisibleCounter

public int remainVisibleCounter

Field Value

int

timeLabel

public FLabel timeLabel

Field Value

FLabel

timing

public TimeSpan timing

Field Value

TimeSpan

Methods

ClearSprites()

public override void ClearSprites()

Draw(float)

public override void Draw(float timeStacker)

Parameters

timeStacker float

DrawPos(float)

public Vector2 DrawPos(float timeStacker)

Parameters

timeStacker float

Returns

Vector2

Show()

public bool Show()

Returns

bool

ThePlayer()

public Player ThePlayer()

Returns

Player

TimeFormat(TimeSpan)

public static string TimeFormat(TimeSpan timeSpan)

Parameters

timeSpan TimeSpan

Returns

string

Update()

public override void Update()