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

    Interface VFXSingleImpactData

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

    Properties

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