Method Update
Update(float)
Method called on every frame to determine what the scenario should run since the last frame. Only called when the scenario is not paused, so there is no need to manually check it in the implementation.
Declaration
protected abstract void Update(float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
float | deltaTime | The time elapsed since last frame. |