Strata - v1.4.10
    Preparing search index...

    Interface Connection

    interface Connection {
        bidirectional: boolean;
        from: string;
        fromPosition: Vector3;
        id: string;
        path?: Vector3[];
        to: string;
        toPosition: Vector3;
        traversalConfig?: object;
        traversalMode?: string;
        type: ConnectionType;
        unlockCondition?: UnlockCondition;
        unlocked: boolean;
        visualConfig?: object;
        visualType?: "door" | "none" | "path" | "portal" | "river";
    }
    Index

    Properties

    bidirectional: boolean
    from: string
    fromPosition: Vector3
    id: string
    path?: Vector3[]
    to: string
    toPosition: Vector3
    traversalConfig?: object
    traversalMode?: string
    unlockCondition?: UnlockCondition
    unlocked: boolean
    visualConfig?: object
    visualType?: "door" | "none" | "path" | "portal" | "river"