Animation.hpp
Go to the documentation of this file.
Definition: pybind11Utils.hpp:20
virtual void OnUpdate(const Frame &frame)=0
The implementation of this function should update the animation state for given Frame instance frame...
std::shared_ptr< Animation > AnimationPtr
Shared pointer for the Animation type.
Definition: Animation.hpp:70
Animation & operator=(const Animation &)=default
Default copy assignment operator.