2#include <sceneserialization/deserializers/spatialdeserializer.h>
12 const std::string AUDIO_SRC =
"src";
13 const std::string AUDIO_VOL =
"volume";
14 const std::string AUDIO_PLAYBACK_SPEED =
"playbackSpeed";
15 const std::string AUDIO_LOOP =
"loop";
16 const std::string AUDIO_AUTOPLAY =
"autoPlay";
17 static const bool registered;
Deserializer for AudioSource.
Definition audiosourcedeserializer.h:8
Base class for Scene Enity Derserializers.
Definition scene_entity_type_deserializer.h:10
Spatial Entity is the base entity for all types present in scene. This entity keeps track of spatial ...
Definition spatial.h:15