ThreePipe
Preparing search index...
EntityComponentPluginEventMap
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
)
AViewerPluginEventMap
EntityComponentPluginEventMap
Index
Properties
add
Component
Type
deserialize
register
Component
remove
Component
Type
serialize
unregister
Component
Properties
add
Component
Type
addComponentType
:
{
cls
:
typeof
Object3DComponent
}
deserialize
deserialize
:
{
data
:
ISerializedConfig
;
meta
?:
SerializationMetaType
}
register
Component
registerComponent
:
{
component
:
Object3DComponent
;
object
:
IObject3D
}
remove
Component
Type
removeComponentType
:
{
cls
:
typeof
Object3DComponent
}
serialize
serialize
:
{
data
:
ISerializedConfig
}
unregister
Component
unregisterComponent
:
{
component
:
Object3DComponent
;
object
:
IObject3D
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
Component
Type
deserialize
register
Component
remove
Component
Type
serialize
unregister
Component
ThreePipe
Loading...