Wiki-home » About VastPark » Platform » VastWorlds platform » Developer's guide » Plugins » List of Plugins »
IMML example¶
Properties¶
bool Shuffle¶
bool Loop¶
Sound NowPlaying¶
- Summary: Returns the sound that is currently playing or null if no sound is playing
string Name¶
string Source¶
bool Enabled¶
Functions¶
void Next()¶
- Summary: Play the next media
- Parameters
void Previous()¶
- Summary: Play the previous media
- Parameters
void SetParkEngine(IParkEngine parkEngine)¶
void AddElement(ImmlElement element)¶
void Load()¶
void Update()¶
void Dispose()¶