glui v0.5.2 (2022-08-01T09:13:42Z)
Dub
Repo
GluiMapSpace.addChild
glui
map_space
GluiMapSpace
Add a new child to the space and assign it some position.
class
GluiMapSpace
void
addChild
(
GluiNode
node
,
Position
position
)
in ([position.coords.tupleof].any!isFinite, format!"Given %s isn't valid, values must be finite"(position))
Meta
Source
See Implementation
glui
map_space
GluiMapSpace
aliases
DropDirection
DropVector
Position
constructors
this
functions
addChild
dragChildBy
drawImpl
mouseDrag
moveChild
preventOverlap
resizeImpl
stopMouseDrag
mixins
__anonymous
variables
positions
preventOverflow
Add a new child to the space and assign it some position.