|
| Airplane (Window *window) |
|
void | set_turn_speed (float x) |
|
void | fixed_update (float step) |
|
const char * | name () const |
|
| BehaviourWithInput (InputManager *input) |
|
void | enable () |
|
void | disable () |
|
void | _update_thunk (float dt) override |
|
void | _late_update_thunk (float dt) override |
|
void | _fixed_update_thunk (float step) override |
|
bool | attached () const |
|
virtual bool | init () |
|
virtual void | clean_up () |
|
|
typedef std::shared_ptr< Airplane > | ptr |
|
typedef std::weak_ptr< Airplane > | wptr |
|
static RefCounted< Airplane >::ptr | create (Args &&... args) |
|
static RefCounted< Airplane >::ptr | create () |
|
Property< Organism *Behaviour::* > | organism |
|
| RefCounted (Args &&...) |
|
Property< InputManager *BehaviourWithInput::* > | input |
|
The documentation for this class was generated from the following files:
- simulant/behaviours/movement/airplane.h
- simulant/behaviours/movement/airplane.cpp