Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • CanvasPerformanceSettings

    Index

    Properties

    mode: number

    The performance mode in CONST.CANVAS_PERFORMANCE_MODES

    blur: { enabled: boolean; illumination: boolean }

    Blur filter configuration

    Type declaration

    • enabled: boolean
    • illumination: boolean
    mipmap: string

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

    msaa: boolean

    Whether to apply MSAA 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

    textures: { enabled: boolean; maxSize: number; p2Steps: number; p2StepsMax: 2 }

    Texture configuration

    Type declaration

    • enabled: boolean
    • maxSize: number
    • p2Steps: number
    • p2StepsMax: 2