Using absolute transform
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user