dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
Cadencer
dagon
core
time
Undocumented in source.
class
Cadencer : Owner {
protected
double
elapsedTime
;
protected
double
timeStep
;
protected
double
fpsTimeCounter
;
protected
int
fpsCounter
;
protected
void
delegate
(
Time
)
callback
;
int
fps
;
this
(void delegate(Time) callback, uint freq, Owner owner);
void
update
(Time t);
}
Constructors
this
this
(void delegate(Time) callback, uint freq, Owner owner)
Undocumented in source.
Members
Functions
update
void
update
(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
callback
void
delegate
(
Time
)
callback
;
Undocumented in source.
elapsedTime
double
elapsedTime
;
Undocumented in source.
fps
int
fps
;
Undocumented in source.
fpsCounter
int
fpsCounter
;
Undocumented in source.
fpsTimeCounter
double
fpsTimeCounter
;
Undocumented in source.
timeStep
double
timeStep
;
Undocumented in source.
Meta
Source
See Implementation
dagon
core
time
classes
Cadencer
structs
Time