API reference

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

E

enumCollisionType

@codexo/exojs / math / stable

Discriminant tag carried by every Collidable so that intersection and collision routines can dispatch to the correct algorithm without `instanceof` checks.

0
props
0
methods
0
events
Import
import { CollisionType } from '@codexo/exojs'

Discriminant tag carried by every Collidable so that intersection and collision routines can dispatch to the correct algorithm without `instanceof` checks.

Members 7
Circle
Ellipse
Line
Point
Polygon
Rectangle
SceneNode
Source