crashcat docs
    Preparing search index...

    Function wakeInAABB

    • Wake all sleeping bodies within an AABB. This is useful for performance optimization when you know a specific region of the world needs to become active (e.g., after a large explosion or when loading a new section of a level).

      Parameters

      • world: World

        the physics world

      • aabb: Box3

        the axis-aligned bounding box to query

      Returns void