Table of Contents

Class SyncPongTimer

Namespace
LiteEntitySystem.Extensions
Assembly
LiteEntitySystem.dll
public class SyncPongTimer : SyncableField
Inheritance
object
SyncPongTimer
Inherited Members

Constructors

SyncPongTimer()

public SyncPongTimer()

Properties

CountdownTime

public float CountdownTime { get; }

Property Value

float

ElapsedTime

public float ElapsedTime { get; }

Property Value

float

HasStarted

public bool HasStarted { get; }

Property Value

bool

IsTimeElapsed

public bool IsTimeElapsed { get; }

Property Value

bool

MaxTime

public float MaxTime { get; }

Property Value

float

Progress

public float Progress { get; }

Property Value

float

Methods

Finish()

public void Finish()

Reset()

public void Reset()

UpdateBackward(float)

public bool UpdateBackward(float delta)

Parameters

delta float

Returns

bool

UpdateForward(float)

public bool UpdateForward(float delta)

Parameters

delta float

Returns

bool