gameforge - v0.1.12
    Preparing search index...

    Interface TickerPluginOptions

    interface TickerPluginOptions {
        autoStart?: boolean;
        sharedTicker?: boolean;
    }
    Index

    Properties

    autoStart?: boolean

    Automatically starts the rendering after the construction. Note: Setting this parameter to false does NOT stop the shared ticker even if you set options.sharedTicker to true in case that it is already started. Stop it by your own.

    PIXI.IApplicationOptions

    true
    
    sharedTicker?: boolean

    Settrue to use Ticker.shared, false to create new ticker. If set to false, you cannot register a handler to occur before anything that runs on the shared ticker. The system ticker will always run before both the shared ticker and the app ticker.

    PIXI.IApplicationOptions

    false