UIElement.getDrawList

Appends the Elements that should be drawn, in order. You should empty it before calling this function. Everything visible get into the draw list, but that doesn't mean they will get drawn if they don't overlap with a dirty area.

class UIElement
nothrow @nogc final nothrow @nogc
void
getDrawList
(
ref Vec!UIElement list
)

Meta