NoveltyML reference > Resources > Audio

<Audio>
Inherits from <Resource>.

Creates an audio resource.

Attribute Description Type
source [Required] Filename of audio source String

Child tags Description Count
<Meta> Meta information
1


Inherited from <Resource>

Attribute Description Type
name [Required] Unique name for this resource String
hidden Don't show in asset browser. Boolean


NoveltyML sample
<Audio name="My sound" source="Assets/Audio/My sound.wav" />
	


Back to top