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

    Interface TokenHexagonalOffsetsData

    The hexagonal offsets of a Token.

    interface TokenHexagonalOffsetsData {
        anchor: Point;
        even: GridOffset2D[];
        odd: GridOffset2D[];
    }
    Index

    Properties

    Properties

    anchor: Point

    The anchor in normalized coordiantes

    even: GridOffset2D[]

    The occupied offsets in an even grid in the 0th row/column

    The occupied offsets in an odd grid in the 0th row/column