GenericTimeSource
Engine/source/core/util/timeSource.h
Public Types
IPositionable< Tick >
Parent
Tick
TickType
Protected Attributes
Public Functions
Return the number of ticks since the time source has been started.
bool
isPaused()
bool
setPosition(TickType pos)
Detailed Description
Public Types
typedef IPositionable< Tick > Parent
typedef Tick TickType
Protected Attributes
TickType mPauseTime
TickType mStartTime
Timer mTimer
Public Functions
GenericTimeSource()
getPosition()
Reimplemented from: IPositionable
isPaused()
isStarted()
pause()
Reimplemented from: IProcess
reset()
Reimplemented from: IResettable
setPosition(TickType pos)
start()
Reimplemented from: IProcess
stop()
Reimplemented from: IProcess