Interface IGameLoop
The game loop, which updates the game state on every tick.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IGameLoop
Methods
| Improve this Doc View SourceUpdate(Boolean)
Updates the state (this trigger animation moves, walking, etc). This is called repeatedly by the engine, and usually should not be used by the user.
Declaration
void Update(bool resetCamera)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | resetCamera | Should the camera be reset to its starting position? |