Interface LayerPosition

Specifies a tile position along with a character layer.

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

Properties

Properties

charLayer: CharLayer
position: Position