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

Lod data holding the LoD state of the entity this render component belongs to. More...

#include <RenderComponent.h>

Public Attributes

uint8_t selectedLod = 0
 The selected LoD of the composite entity.
 
uint8_t numLods = 0
 Total number of LoDs available.
 
uint8_t currentLod = 0
 The assigned LoD of the current component.
 
uint8_t lodFraction = 0
 

Detailed Description

Lod data holding the LoD state of the entity this render component belongs to.

Definition at line 114 of file RenderComponent.h.

Member Data Documentation

◆ currentLod

uint8_t Cogs::Core::RenderComponent::LodData::currentLod = 0

◆ lodFraction

uint8_t Cogs::Core::RenderComponent::LodData::lodFraction = 0

Definition at line 123 of file RenderComponent.h.

◆ numLods

uint8_t Cogs::Core::RenderComponent::LodData::numLods = 0

Total number of LoDs available.

Definition at line 119 of file RenderComponent.h.

◆ selectedLod

uint8_t Cogs::Core::RenderComponent::LodData::selectedLod = 0

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