* Checks if the current state is still active */
| 104 | * Checks if the current state is still active |
| 105 | */ |
| 106 | bool isStateActive() { return m_CurrentState.valid; } |
| 107 | /** |
| 108 | * Performs the actions needed for the current frame and the current state. Advances to the next one, if needed |
| 109 | * @param deltaTime time since last frame |