StageSpec::Assets Struct Reference

Assets. More...

#include <Stage.h>

# Public Attributes

FontSpec ** fontSpecs
 Fonts to preload.
CharSetSpec ** charSetSpecs
TextureSpec ** textureSpecs
SoundSpec ** sounds
 Sounds to load.

# Detailed Description

Assets.

Definition at line 142 of file Stage.h.

# Member Data Documentation

# charSetSpecs

CharSetSpec** StageSpec::Assets::charSetSpecs

Definition at line 148 of file Stage.h.

# fontSpecs

FontSpec** StageSpec::Assets::fontSpecs

Fonts to preload.

Definition at line 145 of file Stage.h.

# sounds

SoundSpec** StageSpec::Assets::sounds

Sounds to load.

Definition at line 154 of file Stage.h.

# textureSpecs

TextureSpec** StageSpec::Assets::textureSpecs

Definition at line 151 of file Stage.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Entity/Container/Stage/Stage.h