dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
visit
dlangui
graphics
scene
scene3d
depth-first recursive node traversion, stops if visitor returns true
static if
(
ENABLE_OPENGL
)
static if
(
BACKEND_GUI
)
bool
visit
(
Node3d
node
,
bool
delegate
(
Node3d
node
)
visitor
)
Meta
Source
See Implementation
dlangui
graphics
scene
scene3d
aliases
Scene3dRef
classes
Scene3d
functions
visit
depth-first recursive node traversion, stops if visitor returns true