Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class CollisionVisualizer

    Utility to visualize collision boundaries (AABBs and Spheres) in the scene. This class is designed as a singleton for easy access during debugging.

    Index

    Accessors

    Methods

    Accessors

    Methods

    • Updates the debug visualization for the given scene. Compares existing debug objects with current scene bounds and adds/removes/updates them.

      Parameters

      • scene: Scene

        The scene to visualize.

      Returns void