Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
World::Phase2Result::PreloadStats Struct Reference

#include <World.h>

Public Member Functions

 PreloadStats ()
 

Public Attributes

int spritesPreloaded
 
int audioPreloaded
 
int prefabsLoaded
 

Detailed Description

Definition at line 303 of file World.h.

Constructor & Destructor Documentation

◆ PreloadStats()

World::Phase2Result::PreloadStats::PreloadStats ( )
inline

Member Data Documentation

◆ audioPreloaded

int World::Phase2Result::PreloadStats::audioPreloaded

◆ prefabsLoaded

int World::Phase2Result::PreloadStats::prefabsLoaded

◆ spritesPreloaded

int World::Phase2Result::PreloadStats::spritesPreloaded

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