interface CanvasPerformanceSettings {
    mode: number;
    mipmap: string;
    msaa: boolean;
    smaa: boolean;
    fps: number;
    tokenAnimation: boolean;
    lightAnimation: boolean;
    lightSoftEdges: boolean;
}

Properties

mode: number

The performance mode in CONST.CANVAS_PERFORMANCE_MODES

mipmap: string

Whether to use mipmaps, "ON" or "OFF"

msaa: boolean

Whether to apply MSAA at the overall canvas level

smaa: boolean

Whether to apply SMAA at the overall canvas level

fps: number

Maximum framerate which should be the render target

tokenAnimation: boolean

Whether to display token movement animation

lightAnimation: boolean

Whether to display light source animation

lightSoftEdges: boolean

Whether to render soft edges for light sources