ThreePipe
    Preparing search index...

    Interface EntityComponentPluginEventMap

    interface EntityComponentPluginEventMap {
        addComponentType: { cls: typeof Object3DComponent };
        deserialize: { data: ISerializedConfig; meta?: SerializationMetaType };
        registerComponent: { component: Object3DComponent; object: IObject3D };
        removeComponentType: { cls: typeof Object3DComponent };
        serialize: { data: ISerializedConfig };
        unregisterComponent: { component: Object3DComponent; object: IObject3D };
    }

    Hierarchy (View Summary)

    Index

    Properties

    addComponentType: { cls: typeof Object3DComponent }
    deserialize: { data: ISerializedConfig; meta?: SerializationMetaType }
    registerComponent: { component: Object3DComponent; object: IObject3D }
    removeComponentType: { cls: typeof Object3DComponent }
    serialize: { data: ISerializedConfig }
    unregisterComponent: { component: Object3DComponent; object: IObject3D }