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

Public Attributes

SpriteBatchIndex batchIndex = NoBatchIndex
 
SpriteIndex spriteIndex = NoSpriteIndex
 
glm::vec3 position
 
glm::vec2 offset
 
glm::vec2 size
 
Geometry::BoundingBox boundingBox
 

Detailed Description

Definition at line 27 of file SpriteRenderSystem.h.

Member Data Documentation

◆ batchIndex

SpriteBatchIndex Cogs::Core::SpriteRenderData::batchIndex = NoBatchIndex

Definition at line 29 of file SpriteRenderSystem.h.

◆ boundingBox

Geometry::BoundingBox Cogs::Core::SpriteRenderData::boundingBox

Definition at line 36 of file SpriteRenderSystem.h.

◆ offset

glm::vec2 Cogs::Core::SpriteRenderData::offset

Definition at line 33 of file SpriteRenderSystem.h.

◆ position

glm::vec3 Cogs::Core::SpriteRenderData::position

Definition at line 32 of file SpriteRenderSystem.h.

◆ size

glm::vec2 Cogs::Core::SpriteRenderData::size

Definition at line 34 of file SpriteRenderSystem.h.

◆ spriteIndex

SpriteIndex Cogs::Core::SpriteRenderData::spriteIndex = NoSpriteIndex

Definition at line 30 of file SpriteRenderSystem.h.


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