Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::animation_player Member List

This is the complete list of members for unravel::animation_player, including all inherited members.

blend_to(size_t layer_idx, const asset_handle< animation_clip > &clip, seconds_t duration=seconds_t(0.3), bool loop=true, bool phase_sync=false, const blend_easing_t &easing=math::linearInterpolation< float >)unravel::animation_player
clear(size_t layer_idx)unravel::animation_player
is_paused() const -> boolunravel::animation_player
is_playing() const -> boolunravel::animation_player
pause()unravel::animation_player
play() -> boolunravel::animation_player
resume()unravel::animation_player
seconds_t typedefunravel::animation_player
set_blend_space(size_t layer_idx, const std::shared_ptr< blend_space_def > &blend_space, bool loop=true)unravel::animation_player
set_blend_space_parameters(size_t layer_idx, const std::vector< float > &params)unravel::animation_player
stop()unravel::animation_player
update_callback_t typedefunravel::animation_player
update_poses(const animation_pose &ref_pose, const update_callback_t &set_transform_callback)unravel::animation_player
update_time(seconds_t delta_time, bool force=false) -> boolunravel::animation_player