interface SetOffMeshConnectionsForNavMeshMessage {
    connections: OffMeshConnection[];
    navMeshId: string;
    type: "setOffMeshConnectionsForNavMesh";
}

Properties

connections: OffMeshConnection[]
navMeshId: string
type: "setOffMeshConnectionsForNavMesh"