#include <shake.h>
Collaboration diagram for hoa_video::private_video::ShakeForce:

Public Attributes | |
| int32 | current_time |
| milliseconds that passed since this shake started | |
| int32 | end_time |
| milliseconds that this shake was set to last for | |
| float | initial_force |
| initial force of the shake | |
| Interpolator | interpolator |
| used to interpolate the shake | |
***************************************************************************
Definition at line 67 of file shake.h.
milliseconds that passed since this shake started
Definition at line 78 of file shake.h.
Referenced by hoa_video::GameVideo::_UpdateShake(), and hoa_video::GameVideo::ShakeScreen().
milliseconds that this shake was set to last for
Definition at line 81 of file shake.h.
Referenced by hoa_video::GameVideo::_UpdateShake(), and hoa_video::GameVideo::ShakeScreen().
initial force of the shake
Definition at line 72 of file shake.h.
Referenced by hoa_video::GameVideo::ShakeScreen().
used to interpolate the shake
Definition at line 75 of file shake.h.
Referenced by hoa_video::GameVideo::_UpdateShake(), and hoa_video::GameVideo::ShakeScreen().
1.5.1