grid-engine
    Preparing search index...

    Interface LayerPosition

    Specifies a tile position along with a character layer.

    interface LayerPosition {
        charLayer: CharLayer;
        position: Position;
    }
    Index

    Properties

    Properties

    charLayer: CharLayer
    position: Position