Definition at line 39 of file BigPuppyController.h.
Notify the observers when an attach action has occurred. Will only occur once, typically before setup
- Parameters
-
[in,out] | subject | the subject being observed |
Definition at line 55 of file tgObserver.h.
void BigPuppyController::onSetup |
( |
BigPuppy & |
subject | ) |
|
|
virtual |
void BigPuppyController::onStep |
( |
BigPuppy & |
subject, |
|
|
double |
dt |
|
) |
| |
|
virtual |
Notify the observers when a step action has occurred.
- Parameters
-
[in,out] | subject | the subject being observed |
[in] | the | number of seconds since the previous call; must be positive |
Implements tgObserver< BigPuppy >.
Definition at line 56 of file BigPuppyController.cpp.
void BigPuppyController::onTeardown |
( |
BigPuppy & |
subject | ) |
|
|
virtual |
The documentation for this class was generated from the following files: