MainLoop._idle

Called each idle frame with the time since the last idle frame as argument (in seconds). Equivalent to Node._process. If implemented, the method must return a boolean value. true ends the main loop, while false lets it proceed to the next frame.

struct MainLoop
@nogc nothrow
bool
_idle
(
in double delta
)

Meta