RaylibDisplay.addAnchor

Add a Raylib anchor. See isodi.Anchor for reference.

class RaylibDisplay
addAnchor
(
void delegate
()
@trusted
callback
)

Parameters

callback void delegate
()
@trusted

Function that will be called every frame in order to draw the anchor content.

Return Value

The created anchor

Meta