Show / Hide Table of Contents

    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 Source

    Update(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?

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX