@equinor/videx-3d
    Preparing search index...

    Interface OceanContactRegistry

    Registry provided by an <Ocean> so its floating children can contribute contact-foam footprints. Floating components register a source and are unregistered automatically on unmount.

    interface OceanContactRegistry {
        register(source: OceanContactSource): () => void;
    }
    Index

    Methods

    Methods