Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ShaderTechnique

    interface ShaderTechnique {
        background?: string;
        coloration?: string;
        id: number;
        illumination?: string;
        label: string;
    }
    Index

    Properties

    background?: string

    The background shader fragment when the technique is used

    coloration?: string

    The coloration shader fragment when the technique is used

    id: number

    The numeric identifier of the technique

    illumination?: string

    The illumination shader fragment when the technique is used

    label: string

    The localization string that labels the technique