DeferredViewportUiCallback

Type Alias DeferredViewportUiCallback 

Source
pub type DeferredViewportUiCallback = dyn Fn(&Context) + Sync + Send;
Expand description

The user-code that shows the ui in the viewport, used for deferred viewports.