Skip to main content
Module

x/react_isometric_tilemap/mod.ts>IsometricMapEvent

A Tileset for isomtric game components made only with the DOM
Latest
class IsometricMapEvent
Re-export
import { IsometricMapEvent } from "https://deno.land/x/react_isometric_tilemap@2.0.0/mod.ts";

An event called when the user interacts with the map.

Constructors

new
IsometricMapEvent(
target: T,
x: number,
y: number,
type: IsometricMapEventType,
area: IsometricMapEventArea,
)

Creates a new event

Properties

readonly
area: IsometricMapEventArea
readonly
target: T
readonly
type: IsometricMapEventType
readonly
x: number
readonly
y: number