// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: rec_room/persistence/audio_effect_zone_data.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace RecRoom.Protobuf { /// Holder for reflection information generated from rec_room/persistence/audio_effect_zone_data.proto public static partial class AudioEffectZoneDataReflection { #region Descriptor /// File descriptor for rec_room/persistence/audio_effect_zone_data.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static AudioEffectZoneDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CjFyZWNfcm9vbS9wZXJzaXN0ZW5jZS9hdWRpb19lZmZlY3Rfem9uZV9kYXRh", "LnByb3RvEghyZWNfcm9vbSJeChNBdWRpb0VmZmVjdFpvbmVEYXRhEg0KBXNo", "YXBlGAEgASgFEhMKC2VmZmVjdF90eXBlGAIgASgFEhAKCHByaW9yaXR5GAMg", "ASgFEhEKCWludGVuc2l0eRgEIAEoAkITqgIQUmVjUm9vbS5Qcm90b2J1ZmIG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::RecRoom.Protobuf.AudioEffectZoneData), global::RecRoom.Protobuf.AudioEffectZoneData.Parser, new[]{ "Shape", "EffectType", "Priority", "Intensity" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class AudioEffectZoneData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AudioEffectZoneData()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::RecRoom.Protobuf.AudioEffectZoneDataReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public AudioEffectZoneData() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public AudioEffectZoneData(AudioEffectZoneData other) : this() { shape_ = other.shape_; effectType_ = other.effectType_; priority_ = other.priority_; intensity_ = other.intensity_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public AudioEffectZoneData Clone() { return new AudioEffectZoneData(this); } /// Field number for the "shape" field. public const int ShapeFieldNumber = 1; private int shape_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Shape { get { return shape_; } set { shape_ = value; } } /// Field number for the "effect_type" field. public const int EffectTypeFieldNumber = 2; private int effectType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int EffectType { get { return effectType_; } set { effectType_ = value; } } /// Field number for the "priority" field. public const int PriorityFieldNumber = 3; private int priority_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Priority { get { return priority_; } set { priority_ = value; } } /// Field number for the "intensity" field. public const int IntensityFieldNumber = 4; private float intensity_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public float Intensity { get { return intensity_; } set { intensity_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as AudioEffectZoneData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(AudioEffectZoneData other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Shape != other.Shape) return false; if (EffectType != other.EffectType) return false; if (Priority != other.Priority) return false; if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Intensity, other.Intensity)) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (Shape != 0) hash ^= Shape.GetHashCode(); if (EffectType != 0) hash ^= EffectType.GetHashCode(); if (Priority != 0) hash ^= Priority.GetHashCode(); if (Intensity != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Intensity); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (Shape != 0) { output.WriteRawTag(8); output.WriteInt32(Shape); } if (EffectType != 0) { output.WriteRawTag(16); output.WriteInt32(EffectType); } if (Priority != 0) { output.WriteRawTag(24); output.WriteInt32(Priority); } if (Intensity != 0F) { output.WriteRawTag(37); output.WriteFloat(Intensity); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (Shape != 0) { output.WriteRawTag(8); output.WriteInt32(Shape); } if (EffectType != 0) { output.WriteRawTag(16); output.WriteInt32(EffectType); } if (Priority != 0) { output.WriteRawTag(24); output.WriteInt32(Priority); } if (Intensity != 0F) { output.WriteRawTag(37); output.WriteFloat(Intensity); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (Shape != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Shape); } if (EffectType != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(EffectType); } if (Priority != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Priority); } if (Intensity != 0F) { size += 1 + 4; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(AudioEffectZoneData other) { if (other == null) { return; } if (other.Shape != 0) { Shape = other.Shape; } if (other.EffectType != 0) { EffectType = other.EffectType; } if (other.Priority != 0) { Priority = other.Priority; } if (other.Intensity != 0F) { Intensity = other.Intensity; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { Shape = input.ReadInt32(); break; } case 16: { EffectType = input.ReadInt32(); break; } case 24: { Priority = input.ReadInt32(); break; } case 37: { Intensity = input.ReadFloat(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { Shape = input.ReadInt32(); break; } case 16: { EffectType = input.ReadInt32(); break; } case 24: { Priority = input.ReadInt32(); break; } case 37: { Intensity = input.ReadFloat(); break; } } } } #endif } #endregion } #endregion Designer generated code