pixi.js
    Preparing search index...

    Interface SystemConstructorAdvanced

    The constructor for a System. It is used to create instances of systems that can be added to a renderer.

    interface SystemConstructor {
        new SystemConstructor(renderer: Renderer): System;
    }
    Index

    Constructors

    Constructors