Interface OnStart

Hook into the OnStart lifecycle event.

interface OnStart {
    OnStart(): void;
}

Methods

Methods

  • This function will be called after the game has been initialized. This function will be called asynchronously.

    Returns void

    Hideinherited