API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeTileCollisionShapeKind
@codexo/exojs-tilemap / tilemap / stable
The geometry kinds a TileCollisionShape can carry. Tile (GID) and text objects describe no collision area and are never emitted, so they are excluded from the union.
0
props
0
methods
0
events
Import
import { TileCollisionShapeKind } from '@codexo/exojs-tilemap'The geometry kinds a TileCollisionShape can carry. Tile (GID) and text objects describe no collision area and are never emitted, so they are excluded from the union.
Definition1
typeof ObjectKind.Ellipse | typeof ObjectKind.Point | typeof ObjectKind.Polygon | typeof ObjectKind.Polyline | typeof ObjectKind.RectangleSource