navcat docs
    Preparing search index...

    Type Alias SmoothPathPoint

    type SmoothPathPoint = {
        flags: number;
        nodeRef: NodeRef | null;
        position: Vec3;
        type: NodeType;
    }
    Index

    Properties

    flags: number

    SmoothPathPointFlags

    nodeRef: NodeRef | null
    position: Vec3
    type: NodeType