API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceObjectPoint

@codexo/exojs-tilemap / tilemap / stable

A point in object-layer space (pixels, relative to the object).

2
props
0
methods
0
events
Import
import { ObjectPoint } from '@codexo/exojs-tilemap'

A point in object-layer space (pixels, relative to the object).

Properties2
x: number
y: number
Source