Preparing search index...
The search index is not available
ThreePipe
ThreePipe
IObject3DEvent
Interface IObject3DEvent<T>
interface
IObject3DEvent
<
T
extends
string
=
IObject3DEventTypes
>
{
bubbleToParent
?:
boolean
;
change
?:
string
;
geometry
?:
IGeometry
;
material
?:
IMaterial
|
IMaterial
[]
;
object
?:
IObject3D
;
oldGeometry
?:
IGeometry
;
oldMaterial
?:
IMaterial
|
IMaterial
[]
;
source
?:
any
;
type
:
T
;
[
attachment
:
string
]:
any
;
}
Type Parameters
T
extends
string
=
IObject3DEventTypes
Hierarchy (
View Summary
)
Event
IObject3DEvent
ISceneEvent
Indexable
[
attachment
:
string
]:
any
Index
Properties
bubble
To
Parent?
change?
geometry?
material?
object?
old
Geometry?
old
Material?
source?
type
Properties
Optional
bubble
To
Parent
bubbleToParent
?:
boolean
Optional
change
change
?:
string
Optional
geometry
geometry
?:
IGeometry
Optional
material
material
?:
IMaterial
|
IMaterial
[]
Optional
object
object
?:
IObject3D
Optional
old
Geometry
oldGeometry
?:
IGeometry
Optional
old
Material
oldMaterial
?:
IMaterial
|
IMaterial
[]
Optional
source
source
?:
any
type
type
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubble
To
Parent
change
geometry
material
object
old
Geometry
old
Material
source
type
ThreePipe
Loading...