Antkeeper
0.0.1
animation_base Member List
This is the complete list of members for
animation_base
, including all inherited members.
advance
(float dt)=0
animation_base
pure virtual
animation_base
()
animation_base
end_callback
animation_base
protected
get_duration
() const =0
animation_base
pure virtual
get_loop_count
() const
animation_base
inline
get_position
() const
animation_base
inline
is_looped
() const
animation_base
inline
is_paused
() const
animation_base
inline
is_stopped
() const
animation_base
inline
loop
(bool enabled)
animation_base
loop_callback
animation_base
protected
loop_count
animation_base
protected
looped
animation_base
protected
pause
()
animation_base
paused
animation_base
protected
play
()
animation_base
position
animation_base
protected
rewind
()
animation_base
seek
(float t)
animation_base
set_end_callback
(std::function< void()> callback)
animation_base
set_loop_callback
(std::function< void(int)> callback)
animation_base
set_speed
(float speed)
animation_base
set_start_callback
(std::function< void()> callback)
animation_base
speed
animation_base
protected
start_callback
animation_base
protected
stop
()
animation_base
stopped
animation_base
protected