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

    Interface VFXSingleAttackStep

    interface VFXSingleAttackStep {
        animations?: { function: string; params: object }[];
        duration?: number;
        scale?: { x: number; y: number };
        size?: number;
        sound: VFXPositionalSoundData | null;
        texture: string | null;
    }
    Index

    Properties

    animations?: { function: string; params: object }[]
    duration?: number
    scale?: { x: number; y: number }
    size?: number
    texture: string | null