Saxonberg Server API
    Preparing search index...

    Common base shape. All conduits carry a stable conduitKind so a consumer (the light walk, the sight walk) can find its own conduit on boundary.getConduits() by tag.

    interface SoundConduit {
        conduitKind: "sound";
        transmissivity(from: BoundarySide, to: BoundarySide): number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    conduitKind: "sound"

    Methods