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

    Interface TurnMarkerAnimationConfigData

    The turn marker config data.

    interface TurnMarkerAnimationConfigData {
        pulse: { max?: number; min?: number; speed?: number };
        shader?: any;
        spin?: number;
    }
    Index

    Properties

    Properties

    pulse: { max?: number; min?: number; speed?: number }

    The pulse settings.

    Type Declaration

    • Optionalmax?: number

      The maximum pulse value.

    • Optionalmin?: number

      The minimum pulse value.

    • Optionalspeed?: number

      The speed of the pulse.

    shader?: any

    A shader class to apply or null.

    spin?: number

    The spin speed for the animation.