retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
DrawingOffset2DComponent
retrograde
graphics
core
Undocumented in source.
class
DrawingOffset2DComponent :
EntityComponent
,
Snapshotable
{
mixin
EntityComponentIdentity
!
"DrawingOffset2DComponent"
;
Vector2D
offset
;
this
();
this
(double x, double y);
this
(Vector2D offset);
string
[
string
]
getSnapshotData
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(double x, double y)
Undocumented in source.
this
this
(Vector2D offset)
Undocumented in source.
Members
Functions
getSnapshotData
string
[
string
]
getSnapshotData
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
EntityComponentIdentity
!
"DrawingOffset2DComponent"
Undocumented in source.
Variables
offset
Vector2D
offset
;
Undocumented in source.
Inherited Members
From EntityComponent
getComponentType
StringId
getComponentType
()
Undocumented in source.
getComponentTypeString
string
getComponentTypeString
()
Undocumented in source.
From Snapshotable
getSnapshotData
string
[
string
]
getSnapshotData
()
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