retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
TextureColorComponent
retrograde
graphics
core
Undocumented in source.
class
TextureColorComponent :
EntityComponent
,
Snapshotable
{
mixin
EntityComponentIdentity
!
"TextureColorComponent"
;
ColorRgb
color
;
this
(ColorRgb color);
string
[
string
]
getSnapshotData
();
}
Constructors
this
this
(ColorRgb color)
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
!
"TextureColorComponent"
Undocumented in source.
Variables
color
ColorRgb
color
;
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