navcat docs
    Preparing search index...

    Local boundary data for avoiding collisions with nearby walls.

    type LocalBoundary = {
        center: Vec3;
        polys: NodeRef[];
        segments: LocalBoundarySegment[];
    }
    Index

    Properties

    Properties

    center: Vec3
    polys: NodeRef[]