Interface IRendererLoop
Represents the render loop of the game. All drawing to the screen is performed from the render loop.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IRendererLoop
Methods
| Improve this Doc View SourceTick()
Calls the next tick, which triggers the next render. This is called from within the engine.
Declaration
void Tick()