GameKit
0.0.1a
C++ gamedev tools
|
#include <EasyBehaviour.hpp>
Public Member Functions | |
EasyBehaviour (const std::function< void(SceneObject &)> &func) | |
void | update (SceneObject &object) override |
Private Attributes | |
std::function< void(SceneObject &)> | m_func |
Definition at line 23 of file EasyBehaviour.hpp.
|
inline |
Definition at line 25 of file EasyBehaviour.hpp.
|
inlineoverridevirtual |
Implements gk::Behaviour.
Definition at line 27 of file EasyBehaviour.hpp.
|
private |
Definition at line 32 of file EasyBehaviour.hpp.