pixi.js
    Preparing search index...

    Interface EffectConstructorAdvanced

    The constructor for an Effect. It is used to create instances of effects that can be applied to containers.

    interface EffectConstructor {
        new EffectConstructor(options?: any): Effect;
        test(options: any): boolean;
    }
    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • Optionaloptions: any

      Returns Effect

    Methods

    • Parameters

      • options: any

      Returns boolean