Unravel Engine C++ Reference
|
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 -> bool | unravel::animation_player | |
is_playing() const -> bool | unravel::animation_player | |
pause() | unravel::animation_player | |
play() -> bool | unravel::animation_player | |
resume() | unravel::animation_player | |
seconds_t typedef | unravel::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 > ¶ms) | unravel::animation_player | |
stop() | unravel::animation_player | |
update_callback_t typedef | unravel::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) -> bool | unravel::animation_player |