Method QueueEndOfFrameItem
QueueEndOfFrameItem(Action<object>, object)
Queues an action/callback to be executed at the end of the frame.
Declaration
public void QueueEndOfFrameItem(Action<object> callback, object functor)
Parameters
Type | Name | Description |
---|---|---|
Action<object> | callback | Callback action that needs to be invoked at the end of the frame. |
object | functor | Functor that needs to be passed to the callback as an argument. |