| | 1 | | // <auto-generated> |
| | 2 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| | 3 | | // source: decentraland/sdk/components/audio_source.proto |
| | 4 | | // </auto-generated> |
| | 5 | | #pragma warning disable 1591, 0612, 3021 |
| | 6 | | #region Designer generated code |
| | 7 | |
|
| | 8 | | using pb = global::Google.Protobuf; |
| | 9 | | using pbc = global::Google.Protobuf.Collections; |
| | 10 | | using pbr = global::Google.Protobuf.Reflection; |
| | 11 | | using scg = global::System.Collections.Generic; |
| | 12 | | namespace DCL.ECSComponents { |
| | 13 | |
|
| | 14 | | /// <summary>Holder for reflection information generated from decentraland/sdk/components/audio_source.proto</summary> |
| | 15 | | public static partial class AudioSourceReflection { |
| | 16 | |
|
| | 17 | | #region Descriptor |
| | 18 | | /// <summary>File descriptor for decentraland/sdk/components/audio_source.proto</summary> |
| | 19 | | public static pbr::FileDescriptor Descriptor { |
| | 20 | | get { return descriptor; } |
| | 21 | | } |
| | 22 | | private static pbr::FileDescriptor descriptor; |
| | 23 | |
|
| | 24 | | static AudioSourceReflection() { |
| | 25 | | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | 26 | | string.Concat( |
| | 27 | | "Ci5kZWNlbnRyYWxhbmQvc2RrL2NvbXBvbmVudHMvYXVkaW9fc291cmNlLnBy", |
| | 28 | | "b3RvEhtkZWNlbnRyYWxhbmQuc2RrLmNvbXBvbmVudHMiowEKDVBCQXVkaW9T", |
| | 29 | | "b3VyY2USFAoHcGxheWluZxgBIAEoCEgAiAEBEhMKBnZvbHVtZRgCIAEoAkgB", |
| | 30 | | "iAEBEhEKBGxvb3AYAyABKAhIAogBARISCgVwaXRjaBgEIAEoAkgDiAEBEhYK", |
| | 31 | | "DmF1ZGlvX2NsaXBfdXJsGAUgASgJQgoKCF9wbGF5aW5nQgkKB192b2x1bWVC", |
| | 32 | | "BwoFX2xvb3BCCAoGX3BpdGNoQhSqAhFEQ0wuRUNTQ29tcG9uZW50c2IGcHJv", |
| | 33 | | "dG8z")); |
| | 34 | | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | 35 | | new pbr::FileDescriptor[] { }, |
| | 36 | | new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { |
| | 37 | | new pbr::GeneratedClrTypeInfo(typeof(global::DCL.ECSComponents.PBAudioSource), global::DCL.ECSComponents.PBA |
| | 38 | | })); |
| | 39 | | } |
| | 40 | | #endregion |
| | 41 | |
|
| | 42 | | } |
| | 43 | | #region Messages |
| | 44 | | public sealed partial class PBAudioSource : pb::IMessage<PBAudioSource> |
| | 45 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 46 | | , pb::IBufferMessage |
| | 47 | | #endif |
| | 48 | | { |
| 1 | 49 | | private static readonly pb::MessageParser<PBAudioSource> _parser = new pb::MessageParser<PBAudioSource>(() => new PB |
| | 50 | | private pb::UnknownFieldSet _unknownFields; |
| | 51 | | private int _hasBits0; |
| | 52 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 53 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| 0 | 54 | | public static pb::MessageParser<PBAudioSource> Parser { get { return _parser; } } |
| | 55 | |
|
| | 56 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 57 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 58 | | public static pbr::MessageDescriptor Descriptor { |
| 0 | 59 | | get { return global::DCL.ECSComponents.AudioSourceReflection.Descriptor.MessageTypes[0]; } |
| | 60 | | } |
| | 61 | |
|
| | 62 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 63 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 64 | | pbr::MessageDescriptor pb::IMessage.Descriptor { |
| 0 | 65 | | get { return Descriptor; } |
| | 66 | | } |
| | 67 | |
|
| | 68 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 69 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| 5 | 70 | | public PBAudioSource() { |
| | 71 | | OnConstruction(); |
| 5 | 72 | | } |
| | 73 | |
|
| | 74 | | partial void OnConstruction(); |
| | 75 | |
|
| | 76 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 77 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| 0 | 78 | | public PBAudioSource(PBAudioSource other) : this() { |
| 0 | 79 | | _hasBits0 = other._hasBits0; |
| 0 | 80 | | playing_ = other.playing_; |
| 0 | 81 | | volume_ = other.volume_; |
| 0 | 82 | | loop_ = other.loop_; |
| 0 | 83 | | pitch_ = other.pitch_; |
| 0 | 84 | | audioClipUrl_ = other.audioClipUrl_; |
| 0 | 85 | | _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
| 0 | 86 | | } |
| | 87 | |
|
| | 88 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 89 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 90 | | public PBAudioSource Clone() { |
| 0 | 91 | | return new PBAudioSource(this); |
| | 92 | | } |
| | 93 | |
|
| | 94 | | /// <summary>Field number for the "playing" field.</summary> |
| | 95 | | public const int PlayingFieldNumber = 1; |
| | 96 | | private bool playing_; |
| | 97 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 98 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 99 | | public bool Playing { |
| 0 | 100 | | get { if ((_hasBits0 & 1) != 0) { return playing_; } else { return false; } } |
| | 101 | | set { |
| 1 | 102 | | _hasBits0 |= 1; |
| 1 | 103 | | playing_ = value; |
| 1 | 104 | | } |
| | 105 | | } |
| | 106 | | /// <summary>Gets whether the "playing" field is set</summary> |
| | 107 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 108 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 109 | | public bool HasPlaying { |
| 0 | 110 | | get { return (_hasBits0 & 1) != 0; } |
| | 111 | | } |
| | 112 | | /// <summary>Clears the value of the "playing" field</summary> |
| | 113 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 114 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 115 | | public void ClearPlaying() { |
| 0 | 116 | | _hasBits0 &= ~1; |
| 0 | 117 | | } |
| | 118 | |
|
| | 119 | | /// <summary>Field number for the "volume" field.</summary> |
| | 120 | | public const int VolumeFieldNumber = 2; |
| | 121 | | private float volume_; |
| | 122 | | /// <summary> |
| | 123 | | /// default=1.0f |
| | 124 | | /// </summary> |
| | 125 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 126 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 127 | | public float Volume { |
| 20 | 128 | | get { if ((_hasBits0 & 2) != 0) { return volume_; } else { return 0F; } } |
| | 129 | | set { |
| 7 | 130 | | _hasBits0 |= 2; |
| 7 | 131 | | volume_ = value; |
| 7 | 132 | | } |
| | 133 | | } |
| | 134 | | /// <summary>Gets whether the "volume" field is set</summary> |
| | 135 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 136 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 137 | | public bool HasVolume { |
| 0 | 138 | | get { return (_hasBits0 & 2) != 0; } |
| | 139 | | } |
| | 140 | | /// <summary>Clears the value of the "volume" field</summary> |
| | 141 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 142 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 143 | | public void ClearVolume() { |
| 0 | 144 | | _hasBits0 &= ~2; |
| 0 | 145 | | } |
| | 146 | |
|
| | 147 | | /// <summary>Field number for the "loop" field.</summary> |
| | 148 | | public const int LoopFieldNumber = 3; |
| | 149 | | private bool loop_; |
| | 150 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 151 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 152 | | public bool Loop { |
| 0 | 153 | | get { if ((_hasBits0 & 4) != 0) { return loop_; } else { return false; } } |
| | 154 | | set { |
| 3 | 155 | | _hasBits0 |= 4; |
| 3 | 156 | | loop_ = value; |
| 3 | 157 | | } |
| | 158 | | } |
| | 159 | | /// <summary>Gets whether the "loop" field is set</summary> |
| | 160 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 161 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 162 | | public bool HasLoop { |
| 0 | 163 | | get { return (_hasBits0 & 4) != 0; } |
| | 164 | | } |
| | 165 | | /// <summary>Clears the value of the "loop" field</summary> |
| | 166 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 167 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 168 | | public void ClearLoop() { |
| 0 | 169 | | _hasBits0 &= ~4; |
| 0 | 170 | | } |
| | 171 | |
|
| | 172 | | /// <summary>Field number for the "pitch" field.</summary> |
| | 173 | | public const int PitchFieldNumber = 4; |
| | 174 | | private float pitch_; |
| | 175 | | /// <summary> |
| | 176 | | /// default=1.0f |
| | 177 | | /// </summary> |
| | 178 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 179 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 180 | | public float Pitch { |
| 6 | 181 | | get { if ((_hasBits0 & 8) != 0) { return pitch_; } else { return 0F; } } |
| | 182 | | set { |
| 2 | 183 | | _hasBits0 |= 8; |
| 2 | 184 | | pitch_ = value; |
| 2 | 185 | | } |
| | 186 | | } |
| | 187 | | /// <summary>Gets whether the "pitch" field is set</summary> |
| | 188 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 189 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 190 | | public bool HasPitch { |
| 0 | 191 | | get { return (_hasBits0 & 8) != 0; } |
| | 192 | | } |
| | 193 | | /// <summary>Clears the value of the "pitch" field</summary> |
| | 194 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 195 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 196 | | public void ClearPitch() { |
| 0 | 197 | | _hasBits0 &= ~8; |
| 0 | 198 | | } |
| | 199 | |
|
| | 200 | | /// <summary>Field number for the "audio_clip_url" field.</summary> |
| | 201 | | public const int AudioClipUrlFieldNumber = 5; |
| 5 | 202 | | private string audioClipUrl_ = ""; |
| | 203 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 204 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 205 | | public string AudioClipUrl { |
| 0 | 206 | | get { return audioClipUrl_; } |
| | 207 | | set { |
| 5 | 208 | | audioClipUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
| 5 | 209 | | } |
| | 210 | | } |
| | 211 | |
|
| | 212 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 213 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 214 | | public override bool Equals(object other) { |
| 0 | 215 | | return Equals(other as PBAudioSource); |
| | 216 | | } |
| | 217 | |
|
| | 218 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 219 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 220 | | public bool Equals(PBAudioSource other) { |
| 0 | 221 | | if (ReferenceEquals(other, null)) { |
| 0 | 222 | | return false; |
| | 223 | | } |
| 0 | 224 | | if (ReferenceEquals(other, this)) { |
| 0 | 225 | | return true; |
| | 226 | | } |
| 0 | 227 | | if (Playing != other.Playing) return false; |
| 0 | 228 | | if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Volume, other.Volume)) return false; |
| 0 | 229 | | if (Loop != other.Loop) return false; |
| 0 | 230 | | if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Pitch, other.Pitch)) return false; |
| 0 | 231 | | if (AudioClipUrl != other.AudioClipUrl) return false; |
| 0 | 232 | | return Equals(_unknownFields, other._unknownFields); |
| | 233 | | } |
| | 234 | |
|
| | 235 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 236 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 237 | | public override int GetHashCode() { |
| 0 | 238 | | int hash = 1; |
| 0 | 239 | | if (HasPlaying) hash ^= Playing.GetHashCode(); |
| 0 | 240 | | if (HasVolume) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Volume); |
| 0 | 241 | | if (HasLoop) hash ^= Loop.GetHashCode(); |
| 0 | 242 | | if (HasPitch) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Pitch); |
| 0 | 243 | | if (AudioClipUrl.Length != 0) hash ^= AudioClipUrl.GetHashCode(); |
| 0 | 244 | | if (_unknownFields != null) { |
| 0 | 245 | | hash ^= _unknownFields.GetHashCode(); |
| | 246 | | } |
| 0 | 247 | | return hash; |
| | 248 | | } |
| | 249 | |
|
| | 250 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 251 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 252 | | public override string ToString() { |
| 0 | 253 | | return pb::JsonFormatter.ToDiagnosticString(this); |
| | 254 | | } |
| | 255 | |
|
| | 256 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 257 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 258 | | public void WriteTo(pb::CodedOutputStream output) { |
| | 259 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 260 | | output.WriteRawMessage(this); |
| | 261 | | #else |
| 0 | 262 | | if (HasPlaying) { |
| 0 | 263 | | output.WriteRawTag(8); |
| 0 | 264 | | output.WriteBool(Playing); |
| | 265 | | } |
| 0 | 266 | | if (HasVolume) { |
| 0 | 267 | | output.WriteRawTag(21); |
| 0 | 268 | | output.WriteFloat(Volume); |
| | 269 | | } |
| 0 | 270 | | if (HasLoop) { |
| 0 | 271 | | output.WriteRawTag(24); |
| 0 | 272 | | output.WriteBool(Loop); |
| | 273 | | } |
| 0 | 274 | | if (HasPitch) { |
| 0 | 275 | | output.WriteRawTag(37); |
| 0 | 276 | | output.WriteFloat(Pitch); |
| | 277 | | } |
| 0 | 278 | | if (AudioClipUrl.Length != 0) { |
| 0 | 279 | | output.WriteRawTag(42); |
| 0 | 280 | | output.WriteString(AudioClipUrl); |
| | 281 | | } |
| 0 | 282 | | if (_unknownFields != null) { |
| 0 | 283 | | _unknownFields.WriteTo(output); |
| | 284 | | } |
| | 285 | | #endif |
| 0 | 286 | | } |
| | 287 | |
|
| | 288 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 289 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 290 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 291 | | void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { |
| | 292 | | if (HasPlaying) { |
| | 293 | | output.WriteRawTag(8); |
| | 294 | | output.WriteBool(Playing); |
| | 295 | | } |
| | 296 | | if (HasVolume) { |
| | 297 | | output.WriteRawTag(21); |
| | 298 | | output.WriteFloat(Volume); |
| | 299 | | } |
| | 300 | | if (HasLoop) { |
| | 301 | | output.WriteRawTag(24); |
| | 302 | | output.WriteBool(Loop); |
| | 303 | | } |
| | 304 | | if (HasPitch) { |
| | 305 | | output.WriteRawTag(37); |
| | 306 | | output.WriteFloat(Pitch); |
| | 307 | | } |
| | 308 | | if (AudioClipUrl.Length != 0) { |
| | 309 | | output.WriteRawTag(42); |
| | 310 | | output.WriteString(AudioClipUrl); |
| | 311 | | } |
| | 312 | | if (_unknownFields != null) { |
| | 313 | | _unknownFields.WriteTo(ref output); |
| | 314 | | } |
| | 315 | | } |
| | 316 | | #endif |
| | 317 | |
|
| | 318 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 319 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 320 | | public int CalculateSize() { |
| 0 | 321 | | int size = 0; |
| 0 | 322 | | if (HasPlaying) { |
| 0 | 323 | | size += 1 + 1; |
| | 324 | | } |
| 0 | 325 | | if (HasVolume) { |
| 0 | 326 | | size += 1 + 4; |
| | 327 | | } |
| 0 | 328 | | if (HasLoop) { |
| 0 | 329 | | size += 1 + 1; |
| | 330 | | } |
| 0 | 331 | | if (HasPitch) { |
| 0 | 332 | | size += 1 + 4; |
| | 333 | | } |
| 0 | 334 | | if (AudioClipUrl.Length != 0) { |
| 0 | 335 | | size += 1 + pb::CodedOutputStream.ComputeStringSize(AudioClipUrl); |
| | 336 | | } |
| 0 | 337 | | if (_unknownFields != null) { |
| 0 | 338 | | size += _unknownFields.CalculateSize(); |
| | 339 | | } |
| 0 | 340 | | return size; |
| | 341 | | } |
| | 342 | |
|
| | 343 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 344 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 345 | | public void MergeFrom(PBAudioSource other) { |
| 0 | 346 | | if (other == null) { |
| 0 | 347 | | return; |
| | 348 | | } |
| 0 | 349 | | if (other.HasPlaying) { |
| 0 | 350 | | Playing = other.Playing; |
| | 351 | | } |
| 0 | 352 | | if (other.HasVolume) { |
| 0 | 353 | | Volume = other.Volume; |
| | 354 | | } |
| 0 | 355 | | if (other.HasLoop) { |
| 0 | 356 | | Loop = other.Loop; |
| | 357 | | } |
| 0 | 358 | | if (other.HasPitch) { |
| 0 | 359 | | Pitch = other.Pitch; |
| | 360 | | } |
| 0 | 361 | | if (other.AudioClipUrl.Length != 0) { |
| 0 | 362 | | AudioClipUrl = other.AudioClipUrl; |
| | 363 | | } |
| 0 | 364 | | _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
| 0 | 365 | | } |
| | 366 | |
|
| | 367 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 368 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 369 | | public void MergeFrom(pb::CodedInputStream input) { |
| | 370 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 371 | | input.ReadRawMessage(this); |
| | 372 | | #else |
| | 373 | | uint tag; |
| 0 | 374 | | while ((tag = input.ReadTag()) != 0) { |
| | 375 | | switch(tag) { |
| | 376 | | default: |
| 0 | 377 | | _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
| 0 | 378 | | break; |
| | 379 | | case 8: { |
| 0 | 380 | | Playing = input.ReadBool(); |
| 0 | 381 | | break; |
| | 382 | | } |
| | 383 | | case 21: { |
| 0 | 384 | | Volume = input.ReadFloat(); |
| 0 | 385 | | break; |
| | 386 | | } |
| | 387 | | case 24: { |
| 0 | 388 | | Loop = input.ReadBool(); |
| 0 | 389 | | break; |
| | 390 | | } |
| | 391 | | case 37: { |
| 0 | 392 | | Pitch = input.ReadFloat(); |
| 0 | 393 | | break; |
| | 394 | | } |
| | 395 | | case 42: { |
| 0 | 396 | | AudioClipUrl = input.ReadString(); |
| | 397 | | break; |
| | 398 | | } |
| | 399 | | } |
| | 400 | | } |
| | 401 | | #endif |
| 0 | 402 | | } |
| | 403 | |
|
| | 404 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 405 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 406 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 407 | | void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { |
| | 408 | | uint tag; |
| | 409 | | while ((tag = input.ReadTag()) != 0) { |
| | 410 | | switch(tag) { |
| | 411 | | default: |
| | 412 | | _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); |
| | 413 | | break; |
| | 414 | | case 8: { |
| | 415 | | Playing = input.ReadBool(); |
| | 416 | | break; |
| | 417 | | } |
| | 418 | | case 21: { |
| | 419 | | Volume = input.ReadFloat(); |
| | 420 | | break; |
| | 421 | | } |
| | 422 | | case 24: { |
| | 423 | | Loop = input.ReadBool(); |
| | 424 | | break; |
| | 425 | | } |
| | 426 | | case 37: { |
| | 427 | | Pitch = input.ReadFloat(); |
| | 428 | | break; |
| | 429 | | } |
| | 430 | | case 42: { |
| | 431 | | AudioClipUrl = input.ReadString(); |
| | 432 | | break; |
| | 433 | | } |
| | 434 | | } |
| | 435 | | } |
| | 436 | | } |
| | 437 | | #endif |
| | 438 | |
|
| | 439 | | } |
| | 440 | |
|
| | 441 | | #endregion |
| | 442 | |
|
| | 443 | | } |
| | 444 | |
|
| | 445 | | #endregion Designer generated code |