Preparing search index...
The search index is not available
conway
conway
core/scene
Scene
Interface Scene
interface
Scene
{
conwayGeometry
:
ConwayGeometry
;
roots
:
readonly
number
[]
|
ReadonlyUint32Array
;
addSceneListener
(
listener
:
SceneListener
,
options
?:
SceneListenerOptions
)
:
void
;
getByNodeIndex
(
nodeIndex
:
number
)
:
undefined
|
SceneNode
;
isAllSpaces
(
)
:
boolean
;
removeSceneListener
(
listener
:
SceneListener
)
:
void
;
}
Hierarchy (
view full
)
Scene
WalkableScene
Index
Properties
conway
Geometry
roots
Methods
add
Scene
Listener
get
By
Node
Index
is
All
Spaces
remove
Scene
Listener
Properties
Readonly
conway
Geometry
conway
Geometry
:
ConwayGeometry
Readonly
roots
roots
:
readonly
number
[]
|
ReadonlyUint32Array
Methods
add
Scene
Listener
add
Scene
Listener
(
listener
,
options
?
)
:
void
Parameters
listener
:
SceneListener
Optional
options
:
SceneListenerOptions
Returns
void
get
By
Node
Index
get
By
Node
Index
(
nodeIndex
)
:
undefined
|
SceneNode
Parameters
nodeIndex
:
number
Returns
undefined
|
SceneNode
is
All
Spaces
is
All
Spaces
(
)
:
boolean
Returns
boolean
remove
Scene
Listener
remove
Scene
Listener
(
listener
)
:
void
Parameters
listener
:
SceneListener
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conway
Geometry
roots
Methods
add
Scene
Listener
get
By
Node
Index
is
All
Spaces
remove
Scene
Listener
conway
Loading...