retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
SpriteSubRenderer
retrograde
graphics
twodee
sdl2
rendering
Undocumented in source.
version(Have_derelict_sdl2)
class
SpriteSubRenderer :
SubRenderer
{
bool
acceptsEntity
(Entity entity);
void
update
();
void
addEntity
(Entity entity);
void
removeEntity
(uint entityId);
void
draw
();
}
Members
Functions
acceptsEntity
bool
acceptsEntity
(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
addEntity
void
addEntity
(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void
draw
()
Undocumented in source. Be warned that the author may not have intended to support it.
removeEntity
void
removeEntity
(uint entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From SubRenderer
renderer
SDL_Renderer
*
renderer
;
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
twodee
sdl2
rendering
classes
Sdl2RenderSystem
Sdl2RenderSystemInitException
Sdl2Texture
Sdl2TextureComponentFactory
SpriteSubRenderer
SubRenderer