interface OffMeshConnectionGenerator {
    getConnections(forNavMesh?: NavigationMesh): OffMeshConnection[];
}

Methods