inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
sortNodes
inochi2d
nodes
Sorts a slice of visuals in-place.
@
nogc
nothrow
void
sortNodes
(
T
)
(
T
[]
slice
)
if
(
is
(
T
:
Node
)
)
Parameters
slice
T
[]
The slice to sort.
Meta
Source
See Implementation
inochi2d
nodes
modules
bone
deformer
effect
legacy
visual
classes
Node
functions
findNodes
sortNodes
mixins
__anonymous
static variables
PROP_ROTATE_X
PROP_ROTATE_Y
PROP_ROTATE_Z
PROP_SCALE_X
PROP_SCALE_Y
PROP_TRANSFORM
PROP_TRANSLATE_X
PROP_TRANSLATE_Y
PROP_TRANSLATE_Z
in_node_registry
Sorts a slice of visuals in-place.