@kognifai/cogsengine
    Preparing search index...

    Interface RuntimeComponent

    Small Wrapper to support: runtime.Component.createRuntimeFactory(type)

    interface RuntimeComponent {
        createRuntimeFactory(type: string): void;
    }
    Index

    Methods

    • Add runtime support for creating/wrapping Component of given type.

      Parameters

      • type: string

        Component type, e.g. "CurvedEarthPositionComponent", "GuiComponent" etc.

      Returns void