Atlas Engine
API Referenceatlasatlas/graphics

Effect

A built-in effect name or an effect descriptor containing its parameters.

Module: atlas/graphics

A built-in effect name or an effect descriptor containing its parameters.

Declaration

export type Effect =
        | keyof typeof Effects
        | (typeof Effects)[keyof typeof Effects];

On this page