Cogs.Core
|
Public Attributes | |
MaterialHandle | material |
VariableKey | colorKey = NoProperty |
VariableKey | alwaysOnTopKey = NoProperty |
VariableKey | textureKey = NoProperty |
std::vector< MaterialInstanceHandle > | freeInstances |
std::vector< MaterialInstanceHandle > | frameInstances |
Definition at line 39 of file SpriteRenderSystem.h.
VariableKey Cogs::Core::SpriteMaterial::alwaysOnTopKey = NoProperty |
Definition at line 43 of file SpriteRenderSystem.h.
VariableKey Cogs::Core::SpriteMaterial::colorKey = NoProperty |
Definition at line 42 of file SpriteRenderSystem.h.
std::vector<MaterialInstanceHandle> Cogs::Core::SpriteMaterial::frameInstances |
Definition at line 47 of file SpriteRenderSystem.h.
std::vector<MaterialInstanceHandle> Cogs::Core::SpriteMaterial::freeInstances |
Definition at line 46 of file SpriteRenderSystem.h.
MaterialHandle Cogs::Core::SpriteMaterial::material |
Definition at line 41 of file SpriteRenderSystem.h.
VariableKey Cogs::Core::SpriteMaterial::textureKey = NoProperty |
Definition at line 44 of file SpriteRenderSystem.h.