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

    Interface VFXComponentAnimation

    interface VFXComponentAnimation {
        animate: (t: number, state: object, params: object) => void;
        setup?: (state: object, params: object) => void;
        tearDown?: (state: object, params: object) => void;
    }
    Index

    Properties

    animate: (t: number, state: object, params: object) => void
    setup?: (state: object, params: object) => void
    tearDown?: (state: object, params: object) => void