Cogs.Core
Public Attributes | List of all members
Cogs::Core::SpriteMaterial Struct Reference

Public Attributes

MaterialHandle material
 
VariableKey colorKey = NoProperty
 
VariableKey alwaysOnTopKey = NoProperty
 
VariableKey textureKey = NoProperty
 
std::vector< MaterialInstanceHandlefreeInstances
 
std::vector< MaterialInstanceHandleframeInstances
 

Detailed Description

Definition at line 39 of file SpriteRenderSystem.h.

Member Data Documentation

◆ alwaysOnTopKey

VariableKey Cogs::Core::SpriteMaterial::alwaysOnTopKey = NoProperty

Definition at line 43 of file SpriteRenderSystem.h.

◆ colorKey

VariableKey Cogs::Core::SpriteMaterial::colorKey = NoProperty

Definition at line 42 of file SpriteRenderSystem.h.

◆ frameInstances

std::vector<MaterialInstanceHandle> Cogs::Core::SpriteMaterial::frameInstances

Definition at line 47 of file SpriteRenderSystem.h.

◆ freeInstances

std::vector<MaterialInstanceHandle> Cogs::Core::SpriteMaterial::freeInstances

Definition at line 46 of file SpriteRenderSystem.h.

◆ material

MaterialHandle Cogs::Core::SpriteMaterial::material

Definition at line 41 of file SpriteRenderSystem.h.

◆ textureKey

VariableKey Cogs::Core::SpriteMaterial::textureKey = NoProperty

Definition at line 44 of file SpriteRenderSystem.h.


The documentation for this struct was generated from the following file: