Using absolute transform

This commit is contained in:
stiffly
2016-01-08 15:29:20 +01:00
parent da6e50dc7e
commit 3cce9f8075
4 changed files with 111 additions and 35 deletions
@@ -1,4 +1,5 @@
<c:SoundEmitter>
<FilePath>Audio/crosscounter.wav</FilePath>
<Gain>1.0</Gain>
<Pitch>1.0</Pitch>
<MaxDistance>20.0</MaxDistance>
@@ -6,6 +6,7 @@
<xs:element name="SoundEmitter">
<xs:complexType>
<xs:all>
<xs:element name="FilePath" type="t:string" minOccurs="0"/>
<xs:element name="Gain" type="t:float" minOccurs="0"/>
<xs:annotation><xs:documentation>The "volume" of the emitter. A value betweeen 0-1</xs:documentation></xs:annotation>
<xs:element name="Pitch" type="t:float" minOccurs="0"/>