Preparing search index...
The search index is not available
ThreePipe
ThreePipe
ISceneEvent
Interface ISceneEvent<T>
interface
ISceneEvent
<
T
extends
string
=
ISceneEventTypes
>
{
bubbleToParent
?:
boolean
;
change
?:
string
;
geometry
?:
IGeometry
;
hierarchyChanged
?:
boolean
;
material
?:
IMaterial
|
IMaterial
[]
;
object
?:
IObject3D
;
oldGeometry
?:
IGeometry
;
oldMaterial
?:
IMaterial
|
IMaterial
[]
;
scene
?:
null
|
IScene
;
source
?:
any
;
type
:
T
;
[
attachment
:
string
]:
any
;
}
Type Parameters
T
extends
string
=
ISceneEventTypes
Hierarchy (
View Summary
)
IObject3DEvent
<
T
>
ISceneEvent
Indexable
[
attachment
:
string
]:
any
Index
Properties
bubble
To
Parent?
change?
geometry?
hierarchy
Changed?
material?
object?
old
Geometry?
old
Material?
scene?
source?
type
Properties
Optional
bubble
To
Parent
bubbleToParent
?:
boolean
Optional
change
change
?:
string
Optional
geometry
geometry
?:
IGeometry
Optional
hierarchy
Changed
hierarchyChanged
?:
boolean
Optional
material
material
?:
IMaterial
|
IMaterial
[]
Optional
object
object
?:
IObject3D
Optional
old
Geometry
oldGeometry
?:
IGeometry
Optional
old
Material
oldMaterial
?:
IMaterial
|
IMaterial
[]
Optional
scene
scene
?:
null
|
IScene
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
hierarchy
Changed
material
object
old
Geometry
old
Material
scene
source
type
ThreePipe
Loading...