Function 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
.
void requestFrameDrawnCallback(VariantArg2)
(
GodotObject where,
in String method,
in VariantArg2 userdata
);