navcat docs
    Preparing search index...

    Type Alias OffMeshConnection

    type OffMeshConnection = {
        area: number;
        direction: OffMeshConnectionDirection;
        end: Vec3;
        flags: number;
        id: number;
        radius: number;
        sequence: number;
        start: Vec3;
    }
    Index

    Properties

    area: number

    the area id for the off mesh connection

    the direction of the off mesh connection

    end: Vec3

    the end position of the off mesh connection

    flags: number

    the flags for the off mesh connection

    id: number

    the id of the off mesh connection

    radius: number

    the radius of the endpoints

    sequence: number

    the sequence of the off mesh connection

    start: Vec3

    the start position of the off mesh connection