Method Update
Update(Action)
Queues a render command or state update.
public void Update(Action action)
Parameters
actionActionThe action that will execute when the next frame is rendered.
Queues a render command or state update.
public void Update(Action action)
action ActionThe action that will execute when the next frame is rendered.