Skip to content

Documentation / scene / NodeIterateFunc

Type Alias: NodeIterateFunc

NodeIterateFunc = ((node) => boolean) | ((node) => void)

Defined in: libs/scene/src/scene/scene_node.ts:37

Iteration callback used by traversal helpers.

Return true to stop traversal early.

Released under the MIT License.