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

    The Turn Marker of a foundry.canvas.placeables.Token.

    Hierarchy

    • Container
      • TokenTurnMarker
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    animation: TurnMarkerAnimationConfigData = ...

    The animation configuration of the Turn Marker.

    mesh: SpriteMesh

    The sprite of the Turn Marker.

    Accessors

    Methods

    • Animate the Turn Marker.

      Parameters

      • deltaTime: number

        The delta time

      Returns void

    • Draw the Turn Marker.

      Returns Promise<void>