Interface GraphicsPresenter.IDeferredAction
Interface for deferred actions to be executed after the current frame is presented.
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public interface GraphicsPresenter.IDeferredAction
Methods
ExecuteDeferred()
Executes the deferred action.
Declaration
void ExecuteDeferred()