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

    Interface Collidable

    Interface for objects that can be tested for physical collisions. Decouples collision detection from the heavy Object3D class.

    interface Collidable {
        bounds: BoundingVolume | undefined;
    }

    Implemented by

    Index
    bounds: BoundingVolume | undefined

    The physical bounding volume of the object.