VisualServerSingleton.requestFrameDrawnCallback

Schedules a callback to the corresponding named 'method' on 'where' after a frame has been drawn. The callback method must use only 1 argument which will be called with 'userdata'.

struct VisualServerSingleton
@nogc nothrow
void
requestFrameDrawnCallback
(
StringArg1
VariantArg2
)
(,
in StringArg1 method
,
in VariantArg2 userdata
)

Meta