Preparing search index...
The search index is not available
@xeokit/sdk - v0.1.0
@xeokit/sdk
spatial
collision
SceneCollisionVisitor
Type Alias SceneCollisionVisitor<T>
SceneCollisionVisitor
:
(
item
:
T
)
=>
boolean
|
void
Visitor callback. Return
false
to stop iteration early; any other return value continues.
Type Parameters
T
Type declaration
(
item
:
T
)
:
boolean
|
void
Parameters
item
:
T
Returns
boolean
|
void
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
@xeokit/sdk - v0.1.0
Loading...
Visitor callback. Return
falseto stop iteration early; any other return value continues.