//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rec_room/persistence/interaction_volume_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/interaction_volume_data.proto
public static partial class InteractionVolumeDataReflection {
#region Descriptor
/// File descriptor for rec_room/persistence/interaction_volume_data.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static InteractionVolumeDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CjJyZWNfcm9vbS9wZXJzaXN0ZW5jZS9pbnRlcmFjdGlvbl92b2x1bWVfZGF0",
"YS5wcm90bxIIcmVjX3Jvb20aLXJlY19yb29tL3BlcnNpc3RlbmNlL2ludGVy",
"YWN0aW9uX2ZpbHRlci5wcm90byKBAwoVSW50ZXJhY3Rpb25Wb2x1bWVEYXRh",
"EhoKEmludGVyYWN0aW9uX3N0cmluZxgBIAEoCRIYChBzeW5jX3BvcnRhbF9s",
"b2NrGAIgASgIEh8KF3N5bmNfaW50ZXJhY3Rpb25fc3RyaW5nGAMgASgIEksK",
"IkRFUFJFQ0FURURfaW50ZXJhY3Rpb25fZmlsdGVyX2RhdGEYBCABKAsyHy5y",
"ZWNfcm9vbS5JbnRlcmFjdGlvbkZpbHRlckRhdGESHQoVaW50ZXJhY3Rpb25f",
"aG9sZF90aW1lGAYgASgCEhUKDXBvcnRhbF9sb2NrZWQYByABKAgSIQoZbW92",
"ZW1lbnRfc3BlZWRfbXVsdGlwbGllchgIIAEoAhIeChZwcmVzZXJ2ZV9ob2xk",
"X3Byb2dyZXNzGAkgASgIEh0KFWhpZGVfb3V0bGluZV9vbl9ob3ZlchgKIAEo",
"CBIsCiRpbnRlcmFjdGlvbl9ob2xkX3JlcXVpcmVkX2RlcHJlY2F0ZWQYBSAB",
"KAhCE6oCEFJlY1Jvb20uUHJvdG9idWZiBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::RecRoom.Protobuf.InteractionFilterReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::RecRoom.Protobuf.InteractionVolumeData), global::RecRoom.Protobuf.InteractionVolumeData.Parser, new[]{ "InteractionString", "SyncPortalLock", "SyncInteractionString", "DEPRECATEDInteractionFilterData", "InteractionHoldTime", "PortalLocked", "MovementSpeedMultiplier", "PreserveHoldProgress", "HideOutlineOnHover", "InteractionHoldRequiredDeprecated" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class InteractionVolumeData : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new InteractionVolumeData());
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.InteractionVolumeDataReflection.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 InteractionVolumeData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public InteractionVolumeData(InteractionVolumeData other) : this() {
interactionString_ = other.interactionString_;
syncPortalLock_ = other.syncPortalLock_;
syncInteractionString_ = other.syncInteractionString_;
dEPRECATEDInteractionFilterData_ = other.dEPRECATEDInteractionFilterData_ != null ? other.dEPRECATEDInteractionFilterData_.Clone() : null;
interactionHoldTime_ = other.interactionHoldTime_;
portalLocked_ = other.portalLocked_;
movementSpeedMultiplier_ = other.movementSpeedMultiplier_;
preserveHoldProgress_ = other.preserveHoldProgress_;
hideOutlineOnHover_ = other.hideOutlineOnHover_;
interactionHoldRequiredDeprecated_ = other.interactionHoldRequiredDeprecated_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public InteractionVolumeData Clone() {
return new InteractionVolumeData(this);
}
/// Field number for the "interaction_string" field.
public const int InteractionStringFieldNumber = 1;
private string interactionString_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string InteractionString {
get { return interactionString_; }
set {
interactionString_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// Field number for the "sync_portal_lock" field.
public const int SyncPortalLockFieldNumber = 2;
private bool syncPortalLock_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool SyncPortalLock {
get { return syncPortalLock_; }
set {
syncPortalLock_ = value;
}
}
/// Field number for the "sync_interaction_string" field.
public const int SyncInteractionStringFieldNumber = 3;
private bool syncInteractionString_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool SyncInteractionString {
get { return syncInteractionString_; }
set {
syncInteractionString_ = value;
}
}
/// Field number for the "DEPRECATED_interaction_filter_data" field.
public const int DEPRECATEDInteractionFilterDataFieldNumber = 4;
private global::RecRoom.Protobuf.InteractionFilterData dEPRECATEDInteractionFilterData_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::RecRoom.Protobuf.InteractionFilterData DEPRECATEDInteractionFilterData {
get { return dEPRECATEDInteractionFilterData_; }
set {
dEPRECATEDInteractionFilterData_ = value;
}
}
/// Field number for the "interaction_hold_time" field.
public const int InteractionHoldTimeFieldNumber = 6;
private float interactionHoldTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public float InteractionHoldTime {
get { return interactionHoldTime_; }
set {
interactionHoldTime_ = value;
}
}
/// Field number for the "portal_locked" field.
public const int PortalLockedFieldNumber = 7;
private bool portalLocked_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PortalLocked {
get { return portalLocked_; }
set {
portalLocked_ = value;
}
}
/// Field number for the "movement_speed_multiplier" field.
public const int MovementSpeedMultiplierFieldNumber = 8;
private float movementSpeedMultiplier_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public float MovementSpeedMultiplier {
get { return movementSpeedMultiplier_; }
set {
movementSpeedMultiplier_ = value;
}
}
/// Field number for the "preserve_hold_progress" field.
public const int PreserveHoldProgressFieldNumber = 9;
private bool preserveHoldProgress_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PreserveHoldProgress {
get { return preserveHoldProgress_; }
set {
preserveHoldProgress_ = value;
}
}
/// Field number for the "hide_outline_on_hover" field.
public const int HideOutlineOnHoverFieldNumber = 10;
private bool hideOutlineOnHover_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HideOutlineOnHover {
get { return hideOutlineOnHover_; }
set {
hideOutlineOnHover_ = value;
}
}
/// Field number for the "interaction_hold_required_deprecated" field.
public const int InteractionHoldRequiredDeprecatedFieldNumber = 5;
private bool interactionHoldRequiredDeprecated_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool InteractionHoldRequiredDeprecated {
get { return interactionHoldRequiredDeprecated_; }
set {
interactionHoldRequiredDeprecated_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as InteractionVolumeData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(InteractionVolumeData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (InteractionString != other.InteractionString) return false;
if (SyncPortalLock != other.SyncPortalLock) return false;
if (SyncInteractionString != other.SyncInteractionString) return false;
if (!object.Equals(DEPRECATEDInteractionFilterData, other.DEPRECATEDInteractionFilterData)) return false;
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(InteractionHoldTime, other.InteractionHoldTime)) return false;
if (PortalLocked != other.PortalLocked) return false;
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(MovementSpeedMultiplier, other.MovementSpeedMultiplier)) return false;
if (PreserveHoldProgress != other.PreserveHoldProgress) return false;
if (HideOutlineOnHover != other.HideOutlineOnHover) return false;
if (InteractionHoldRequiredDeprecated != other.InteractionHoldRequiredDeprecated) 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 (InteractionString.Length != 0) hash ^= InteractionString.GetHashCode();
if (SyncPortalLock != false) hash ^= SyncPortalLock.GetHashCode();
if (SyncInteractionString != false) hash ^= SyncInteractionString.GetHashCode();
if (dEPRECATEDInteractionFilterData_ != null) hash ^= DEPRECATEDInteractionFilterData.GetHashCode();
if (InteractionHoldTime != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(InteractionHoldTime);
if (PortalLocked != false) hash ^= PortalLocked.GetHashCode();
if (MovementSpeedMultiplier != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(MovementSpeedMultiplier);
if (PreserveHoldProgress != false) hash ^= PreserveHoldProgress.GetHashCode();
if (HideOutlineOnHover != false) hash ^= HideOutlineOnHover.GetHashCode();
if (InteractionHoldRequiredDeprecated != false) hash ^= InteractionHoldRequiredDeprecated.GetHashCode();
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 (InteractionString.Length != 0) {
output.WriteRawTag(10);
output.WriteString(InteractionString);
}
if (SyncPortalLock != false) {
output.WriteRawTag(16);
output.WriteBool(SyncPortalLock);
}
if (SyncInteractionString != false) {
output.WriteRawTag(24);
output.WriteBool(SyncInteractionString);
}
if (dEPRECATEDInteractionFilterData_ != null) {
output.WriteRawTag(34);
output.WriteMessage(DEPRECATEDInteractionFilterData);
}
if (InteractionHoldRequiredDeprecated != false) {
output.WriteRawTag(40);
output.WriteBool(InteractionHoldRequiredDeprecated);
}
if (InteractionHoldTime != 0F) {
output.WriteRawTag(53);
output.WriteFloat(InteractionHoldTime);
}
if (PortalLocked != false) {
output.WriteRawTag(56);
output.WriteBool(PortalLocked);
}
if (MovementSpeedMultiplier != 0F) {
output.WriteRawTag(69);
output.WriteFloat(MovementSpeedMultiplier);
}
if (PreserveHoldProgress != false) {
output.WriteRawTag(72);
output.WriteBool(PreserveHoldProgress);
}
if (HideOutlineOnHover != false) {
output.WriteRawTag(80);
output.WriteBool(HideOutlineOnHover);
}
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 (InteractionString.Length != 0) {
output.WriteRawTag(10);
output.WriteString(InteractionString);
}
if (SyncPortalLock != false) {
output.WriteRawTag(16);
output.WriteBool(SyncPortalLock);
}
if (SyncInteractionString != false) {
output.WriteRawTag(24);
output.WriteBool(SyncInteractionString);
}
if (dEPRECATEDInteractionFilterData_ != null) {
output.WriteRawTag(34);
output.WriteMessage(DEPRECATEDInteractionFilterData);
}
if (InteractionHoldRequiredDeprecated != false) {
output.WriteRawTag(40);
output.WriteBool(InteractionHoldRequiredDeprecated);
}
if (InteractionHoldTime != 0F) {
output.WriteRawTag(53);
output.WriteFloat(InteractionHoldTime);
}
if (PortalLocked != false) {
output.WriteRawTag(56);
output.WriteBool(PortalLocked);
}
if (MovementSpeedMultiplier != 0F) {
output.WriteRawTag(69);
output.WriteFloat(MovementSpeedMultiplier);
}
if (PreserveHoldProgress != false) {
output.WriteRawTag(72);
output.WriteBool(PreserveHoldProgress);
}
if (HideOutlineOnHover != false) {
output.WriteRawTag(80);
output.WriteBool(HideOutlineOnHover);
}
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 (InteractionString.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(InteractionString);
}
if (SyncPortalLock != false) {
size += 1 + 1;
}
if (SyncInteractionString != false) {
size += 1 + 1;
}
if (dEPRECATEDInteractionFilterData_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DEPRECATEDInteractionFilterData);
}
if (InteractionHoldTime != 0F) {
size += 1 + 4;
}
if (PortalLocked != false) {
size += 1 + 1;
}
if (MovementSpeedMultiplier != 0F) {
size += 1 + 4;
}
if (PreserveHoldProgress != false) {
size += 1 + 1;
}
if (HideOutlineOnHover != false) {
size += 1 + 1;
}
if (InteractionHoldRequiredDeprecated != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(InteractionVolumeData other) {
if (other == null) {
return;
}
if (other.InteractionString.Length != 0) {
InteractionString = other.InteractionString;
}
if (other.SyncPortalLock != false) {
SyncPortalLock = other.SyncPortalLock;
}
if (other.SyncInteractionString != false) {
SyncInteractionString = other.SyncInteractionString;
}
if (other.dEPRECATEDInteractionFilterData_ != null) {
if (dEPRECATEDInteractionFilterData_ == null) {
DEPRECATEDInteractionFilterData = new global::RecRoom.Protobuf.InteractionFilterData();
}
DEPRECATEDInteractionFilterData.MergeFrom(other.DEPRECATEDInteractionFilterData);
}
if (other.InteractionHoldTime != 0F) {
InteractionHoldTime = other.InteractionHoldTime;
}
if (other.PortalLocked != false) {
PortalLocked = other.PortalLocked;
}
if (other.MovementSpeedMultiplier != 0F) {
MovementSpeedMultiplier = other.MovementSpeedMultiplier;
}
if (other.PreserveHoldProgress != false) {
PreserveHoldProgress = other.PreserveHoldProgress;
}
if (other.HideOutlineOnHover != false) {
HideOutlineOnHover = other.HideOutlineOnHover;
}
if (other.InteractionHoldRequiredDeprecated != false) {
InteractionHoldRequiredDeprecated = other.InteractionHoldRequiredDeprecated;
}
_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 10: {
InteractionString = input.ReadString();
break;
}
case 16: {
SyncPortalLock = input.ReadBool();
break;
}
case 24: {
SyncInteractionString = input.ReadBool();
break;
}
case 34: {
if (dEPRECATEDInteractionFilterData_ == null) {
DEPRECATEDInteractionFilterData = new global::RecRoom.Protobuf.InteractionFilterData();
}
input.ReadMessage(DEPRECATEDInteractionFilterData);
break;
}
case 40: {
InteractionHoldRequiredDeprecated = input.ReadBool();
break;
}
case 53: {
InteractionHoldTime = input.ReadFloat();
break;
}
case 56: {
PortalLocked = input.ReadBool();
break;
}
case 69: {
MovementSpeedMultiplier = input.ReadFloat();
break;
}
case 72: {
PreserveHoldProgress = input.ReadBool();
break;
}
case 80: {
HideOutlineOnHover = input.ReadBool();
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 10: {
InteractionString = input.ReadString();
break;
}
case 16: {
SyncPortalLock = input.ReadBool();
break;
}
case 24: {
SyncInteractionString = input.ReadBool();
break;
}
case 34: {
if (dEPRECATEDInteractionFilterData_ == null) {
DEPRECATEDInteractionFilterData = new global::RecRoom.Protobuf.InteractionFilterData();
}
input.ReadMessage(DEPRECATEDInteractionFilterData);
break;
}
case 40: {
InteractionHoldRequiredDeprecated = input.ReadBool();
break;
}
case 53: {
InteractionHoldTime = input.ReadFloat();
break;
}
case 56: {
PortalLocked = input.ReadBool();
break;
}
case 69: {
MovementSpeedMultiplier = input.ReadFloat();
break;
}
case 72: {
PreserveHoldProgress = input.ReadBool();
break;
}
case 80: {
HideOutlineOnHover = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code