StageSpec Struct Reference

#include <Stage.h>

# Classes

struct  Actors
 Actors. More...
struct  Assets
 Assets. More...
struct  Level
 General stage's attributes. More...
struct  Physics
 Physics. More...
struct  Rendering
 Rendering. More...
struct  SoundConfig
 Sound config. More...
struct  Streaming
 Streaming. More...
struct  Timer
 Timer config. More...

# Public Attributes

AllocatorPointer allocator
struct StageSpec::Timer timer
struct StageSpec::SoundConfig sound
struct StageSpec::Level level
struct StageSpec::Streaming streaming
struct StageSpec::Rendering rendering
struct StageSpec::Physics physics
struct StageSpec::Assets assets
struct StageSpec::Actors actors
PostProcessingEffectpostProcessingEffects
 Post processing effects.

# Detailed Description

An Stage Spec

Definition at line 42 of file Stage.h.

# Member Data Documentation

# actors

struct StageSpec::Actors StageSpec::actors

# allocator

AllocatorPointer StageSpec::allocator

Definition at line 44 of file Stage.h.

# assets

struct StageSpec::Assets StageSpec::assets

# level

struct StageSpec::Level StageSpec::level

# physics

struct StageSpec::Physics StageSpec::physics

# postProcessingEffects

PostProcessingEffect* StageSpec::postProcessingEffects

Post processing effects.

Definition at line 178 of file Stage.h.

# rendering

struct StageSpec::Rendering StageSpec::rendering

# sound

struct StageSpec::SoundConfig StageSpec::sound

# streaming

struct StageSpec::Streaming StageSpec::streaming

# timer

struct StageSpec::Timer StageSpec::timer

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