navcat docs
    Preparing search index...

    Type Alias FindSmoothPathOptions

    type FindSmoothPathOptions = {
        maxPoints: number;
        raycastDistance?: number;
        slop: number;
        stepSize: number;
    }
    Index

    Properties

    maxPoints: number

    Maximum number of path points

    raycastDistance?: number

    Maximum raycast distance for any-angle shortcutting. 0 or undefined disables.

    slop: number

    Distance tolerance for reaching waypoints

    stepSize: number

    Step size for movement along the surface