crashcat docs
    Preparing search index...

    Type Alias CollisionDispatch

    type CollisionDispatch = {
        castFns: Map<ShapeType, Map<ShapeType, CastShapeVsShapeFn>>;
        collideFns: Map<ShapeType, Map<ShapeType, CollideShapeVsShapeFn>>;
    }
    Index

    Properties

    Properties

    collideFns: Map<ShapeType, Map<ShapeType, CollideShapeVsShapeFn>>