@molroo-ai/sdk
    Preparing search index...

    Interface WorldInteractionOptions

    World-level interaction options.

    interface WorldInteractionOptions {
        emotionalContagion?: boolean;
        groupAwareness?: boolean;
        propagation?: "none" | "same-space" | "adjacent";
    }
    Index

    Properties

    emotionalContagion?: boolean

    Strong emotions spread to nearby entities. Default: false

    groupAwareness?: boolean

    Entities in the same space are aware of each other's interactions. Default: false

    propagation?: "none" | "same-space" | "adjacent"

    Event propagation radius. Default: 'none'