navcat docs
    Preparing search index...

    Type Alias StraightPathPoint

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

    Properties

    flags: number

    StraightPathPointFlags

    nodeRef: NodeRef | null
    position: Vec3
    type: NodeType