2#include "../../foray_glm.hpp"
3#include "../foray_animation.hpp"
4#include "../foray_component.hpp"
18 virtual int32_t
GetOrder()
const override {
return 0; }
Base class for implementing the update callback.
Definition foray_component.hpp:19
Definition foray_component.hpp:95
Handles storage and playback of animations.
Definition foray_animationmanager.hpp:11
virtual int32_t GetOrder() const override
Definition foray_animationmanager.hpp:18
std::vector< Animation > mAnimations
Definition foray_animationmanager.hpp:21
virtual void Update(SceneUpdateInfo &) override
PlaybackConfig mPlaybackConfig
Definition foray_animationmanager.hpp:22
#define FORAY_PROPERTY_R(member)
Getter+Setter shorthand for reference types.
Definition foray_basics.hpp:86
Definition foray_scene_declares.hpp:16
Definition foray_animation.hpp:78
Temporary type passed to components when updating the scene.
Definition foray_scenedrawing.hpp:49