Saxonberg Server API
    Preparing search index...

    Light pass-through. transmissivity is a 0..1 multiplier applied to the contribution flowing from the from side to the to side. Returning 0 short-circuits the propagation — the walker treats the boundary as opaque for this direction.

    interface LightConduit {
        conduitKind: "light";
        transmissivity(from: BoundarySide, to: BoundarySide): number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    conduitKind: "light"

    Methods