retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Spritesheet
retrograde
graphics
core
Undocumented in source.
class
Spritesheet {
ulong
id
;
ulong
columns
;
ulong
rows
;
string
fileName
;
this
(ulong rows, ulong columns, string fileName, ulong id);
ulong
spriteCount
[@property getter];
}
Constructors
this
this
(ulong rows, ulong columns, string fileName, ulong id)
Undocumented in source.
Members
Properties
spriteCount
ulong
spriteCount
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
columns
ulong
columns
;
Undocumented in source.
fileName
string
fileName
;
Undocumented in source.
id
ulong
id
;
Undocumented in source.
rows
ulong
rows
;
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
core
aliases
TextureCache
classes
Animation
CachedShaderProgramFactory
DrawingOffset2DComponent
HideableComponent
HorizontalSpriteFlipComponent
RenderOrderComponent
RenderableSpriteComponent
RenderableSpriteEntityCreationParameters
RenderableSpriteEntityFactory
RenderableTextComponent
Shader
ShaderCompilationException
ShaderProgram
ShaderProgramComponent
SpriteAnimationComponent
SpriteAnimationProcessor
SpriteSheetComponent
Spritesheet
SpritesheetAnimation
Texture
TextureCenteredDrawingOffset2DComponent
TextureCenteredDrawingOffsetProcessor
TextureColorComponent
TextureComponent
UnsupportedShaderTypeException
VerticalSpriteFlipComponent
enums
ShaderType
TextureFilterMode
interfaces
ShaderProgramFactory
TextureComponentFactory
structs
ColorRgb
ColorRgba