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

    A type of ping that produces a pulse warning sign animation.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _color: Color

    The color of the ping.

    Methods

    • On each tick, advance the animation.

      Parameters

      • dt: any

        The number of ms that elapsed since the previous frame.

      • animation: any

        The animation state.

      Returns void

    • Parameters

      • g: any
      • color: any
      • alpha: any
      • size: any

      Returns void

    • Start the ping animation.

      Returns Promise<boolean>

      Returns true if the animation ran to completion, false otherwise.

    • Parameters

      • options: {} = {}

      Returns void