RequestFrame Function

Creates a single use Next Frame hook.

void RequestFrame(RequestFrameCallback Function, any data)

Parameters

RequestFrameCallback Function

Function to call on the next frame.

any data

Value to be passed on the invocation of the Function.