navcat docs
    Preparing search index...

    Type Alias OffMeshConnectionAttachment

    type OffMeshConnectionAttachment = {
        endPolyNode: NodeRef;
        offMeshNode: NodeRef;
        startPolyNode: NodeRef;
    }
    Index

    Properties

    endPolyNode: NodeRef

    the end polygon that the off mesh connection has linked to

    offMeshNode: NodeRef

    the offmesh node

    startPolyNode: NodeRef

    the start polygon that the off mesh connection has linked to