weasel API - v0.8.0
    Preparing search index...

    Interface SceneRegistry<TPose>

    Per-scene registry mapping string keys to live function references. Passed to createScene({ ..., registry }) and sceneFromJSON(json, { registry }). Each function-field type has its own keyed map.

    interface SceneRegistry<TPose> {
        clipFromPose?: Readonly<Record<string, (pose: TPose) => Path | null>>;
    }

    Type Parameters

    • TPose
    Index

    Properties

    Properties

    clipFromPose?: Readonly<Record<string, (pose: TPose) => Path | null>>

    Maps registry keys to clipFromPose factory functions for container nodes.