evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Animation
evael
graphics
models
Animation
Undocumented in source.
struct
Animation {
int
frameCount
;
int
startFrame
;
int
endFrame
;
float
speed
;
}
Members
Variables
endFrame
int
endFrame
;
Undocumented in source.
frameCount
int
frameCount
;
Undocumented in source.
speed
float
speed
;
Animation speed in ms
startFrame
int
startFrame
;
Undocumented in source.
Meta
Source
See Implementation
evael
graphics
models
Animation
structs
Animation