Type Alias veloren_voxygen::scene::terrain::SpriteRenderContextLazy

source ·
pub type SpriteRenderContextLazy = Box<dyn FnMut(&mut Renderer) -> SpriteRenderContext>;

Aliased Type§

struct SpriteRenderContextLazy(/* private fields */);