Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Olympe::TaskValue::PodData Union Reference

Public Member Functions

 PodData ()
 

Public Attributes

bool boolValue
 
int intValue
 
float floatValue
 
EntityID entityValue
 

Detailed Description

Definition at line 295 of file TaskGraphTypes.h.

Constructor & Destructor Documentation

◆ PodData()

Olympe::TaskValue::PodData::PodData ( )
inline

Definition at line 301 of file TaskGraphTypes.h.

Member Data Documentation

◆ boolValue

bool Olympe::TaskValue::PodData::boolValue

◆ entityValue

EntityID Olympe::TaskValue::PodData::entityValue

◆ floatValue

float Olympe::TaskValue::PodData::floatValue

◆ intValue

int Olympe::TaskValue::PodData::intValue

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