dlangui v0.9.186 (2020-07-29T06:28:30Z)
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