crashcat docs
    Preparing search index...

    Type Alias BodyVisitor

    type for a broadphase body visitor

    type BodyVisitor = {
        shouldExit: boolean;
        visit(body: RigidBody): void;
    }
    Index

    Properties

    Methods

    Properties

    shouldExit: boolean

    whether the broadphase traversal should exit early

    Methods