|
Vyroda
Game engine made by hand, with modern C++ and Vulkan.
|
Additional Inherited Members | |
| Public Types inherited from Vyroda::Component< AnimationComponent > | |
| using | ComponentsType |
| Public Member Functions inherited from Vyroda::Component< AnimationComponent > | |
| Component ()=default | |
| Component & | operator= (Component &&) noexcept=default |
| IDType | getID () const |
| IDType | getOwner () const |
| void | init (std::unique_ptr< T > impl) |
| T * | has () const |
| void | setOwner (IDType owner) |
| void | operator() (AnimationInfo const &animation_info) |
| void | done () |
| void | reset () |
| void | setAnimId (std::uint32_t id) |
| Protected Attributes inherited from Vyroda::Component< AnimationComponent > | |
| ComponentsType | _component |