0.44.0
|
#include <iVelocitySystem.h>
Inherits igor::iEntitySystem.
Public Member Functions | |
iVelocitySystem ()=default | |
~iVelocitySystem ()=default | |
void | setBounds (const iAABoxd &box) |
const iAABoxd & | getBounds () const |
void | update (const iaTime &time, iEntityScenePtr scene) override |
Public Member Functions inherited from igor::iEntitySystem | |
iEntitySystem ()=default | |
virtual | ~iEntitySystem ()=default |
virtual void | update (const iaTime &time, iEntityScenePtr scene)=0 |
velocity system
|
default |
does nothing
|
default |
does nothing
const iAABoxd & igor::iVelocitySystem::getBounds | ( | ) | const |
void igor::iVelocitySystem::setBounds | ( | const iAABoxd & | box | ) |
sets global bounds
|
overridevirtual |