crashcat docs
Preparing search index...
crashcat
CollisionDispatch
Type Alias CollisionDispatch
type
CollisionDispatch
=
{
castFns
:
Map
<
ShapeType
,
Map
<
ShapeType
,
CastShapeVsShapeFn
>
>
;
collideFns
:
Map
<
ShapeType
,
Map
<
ShapeType
,
CollideShapeVsShapeFn
>
>
;
}
Index
Properties
cast
Fns
collide
Fns
Properties
cast
Fns
castFns
:
Map
<
ShapeType
,
Map
<
ShapeType
,
CastShapeVsShapeFn
>
>
collide
Fns
collideFns
:
Map
<
ShapeType
,
Map
<
ShapeType
,
CollideShapeVsShapeFn
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cast
Fns
collide
Fns
crashcat docs
Loading...