Files
RecRoom.Protobuf/DialogueUiData.cs
2026-05-10 13:39:01 -07:00

1044 lines
38 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rec_room/persistence/dialogue_ui_data.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from rec_room/persistence/dialogue_ui_data.proto</summary>
public static partial class DialogueUiDataReflection {
#region Descriptor
/// <summary>File descriptor for rec_room/persistence/dialogue_ui_data.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DialogueUiDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CityZWNfcm9vbS9wZXJzaXN0ZW5jZS9kaWFsb2d1ZV91aV9kYXRhLnByb3Rv",
"EghyZWNfcm9vbRoXY29yZS92ZWN0b3IzX2RhdGEucHJvdG8irQUKDkRpYWxv",
"Z3VlVUlEYXRhEjEKFmJpbGxib2FyZF9waXZvdF9vZmZzZXQYASABKAsyES5j",
"b3JlLlZlY3RvcjNEYXRhEhkKEWJpbGxib2FyZF9lbmFibGVkGAIgASgIEh4K",
"FmJhY2tncm91bmRfY29sb3JfaW5kZXgYAyABKAUSGgoSYm9yZGVyX2NvbG9y",
"X2luZGV4GAQgASgFEhgKEHRleHRfY29sb3JfaW5kZXgYBSABKAUSHgoWdGl0",
"bGVfdGV4dF9jb2xvcl9pbmRleBgGIAEoBRIdChVhbmltYXRlZF90ZXh0X2Vu",
"YWJsZWQYByABKAgSFwoPYW5pbWF0aW9uX3NwZWVkGAggASgFEhIKCmlzX2Vu",
"YWJsZWQYCSABKAgSGAoQaXNfdGl0bGVfZW5hYmxlZBgKIAEoCBIWCg50aXRs",
"ZV9wb3NpdGlvbhgLIAEoBRImCh5wbGF5X2ludGVyYWN0aW9uX3NvdW5kX2Vm",
"ZmVjdHMYDCABKAgSIAoYcGxheV9ob3Zlcl9zb3VuZF9lZmZlY3RzGA0gASgI",
"EhYKDnN0eWxpbmdfb3B0aW9uGA4gASgFEhwKFHNwZWVjaF9hcnJvd19lbmFi",
"bGVkGA8gASgIEiQKHHNwZWVjaF9hcnJvd19wb3NpdGlvbl9vcHRpb24YECAB",
"KAUSHgoWbmV4dF9hcnJvd19jb2xvcl9pbmRleBgRIAEoBRIPCgdvcGFjaXR5",
"GBIgASgFEigKIGJ1dHRvbnNfY2FuX3Nob3dfd2hpbGVfYW5pbWF0aW5nGBMg",
"ASgIEhEKCWF1dG9fc2l6ZRgUIAEoCBIYChBhdXRvX3NpemVfYW5jaG9yGBUg",
"ASgFEisKI2JpbGxib2FyZF9waXZvdF9vZmZzZXRfc3luY2hyb25pemVkGBYg",
"ASgIQhOqAhBSZWNSb29tLlByb3RvYnVmYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::RecRoom.Protobuf.Core.Vector3DataReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::RecRoom.Protobuf.DialogueUIData), global::RecRoom.Protobuf.DialogueUIData.Parser, new[]{ "BillboardPivotOffset", "BillboardEnabled", "BackgroundColorIndex", "BorderColorIndex", "TextColorIndex", "TitleTextColorIndex", "AnimatedTextEnabled", "AnimationSpeed", "IsEnabled", "IsTitleEnabled", "TitlePosition", "PlayInteractionSoundEffects", "PlayHoverSoundEffects", "StylingOption", "SpeechArrowEnabled", "SpeechArrowPositionOption", "NextArrowColorIndex", "Opacity", "ButtonsCanShowWhileAnimating", "AutoSize", "AutoSizeAnchor", "BillboardPivotOffsetSynchronized" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DialogueUIData : pb::IMessage<DialogueUIData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<DialogueUIData> _parser = new pb::MessageParser<DialogueUIData>(() => new DialogueUIData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<DialogueUIData> 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.DialogueUiDataReflection.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 DialogueUIData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DialogueUIData(DialogueUIData other) : this() {
billboardPivotOffset_ = other.billboardPivotOffset_ != null ? other.billboardPivotOffset_.Clone() : null;
billboardEnabled_ = other.billboardEnabled_;
backgroundColorIndex_ = other.backgroundColorIndex_;
borderColorIndex_ = other.borderColorIndex_;
textColorIndex_ = other.textColorIndex_;
titleTextColorIndex_ = other.titleTextColorIndex_;
animatedTextEnabled_ = other.animatedTextEnabled_;
animationSpeed_ = other.animationSpeed_;
isEnabled_ = other.isEnabled_;
isTitleEnabled_ = other.isTitleEnabled_;
titlePosition_ = other.titlePosition_;
playInteractionSoundEffects_ = other.playInteractionSoundEffects_;
playHoverSoundEffects_ = other.playHoverSoundEffects_;
stylingOption_ = other.stylingOption_;
speechArrowEnabled_ = other.speechArrowEnabled_;
speechArrowPositionOption_ = other.speechArrowPositionOption_;
nextArrowColorIndex_ = other.nextArrowColorIndex_;
opacity_ = other.opacity_;
buttonsCanShowWhileAnimating_ = other.buttonsCanShowWhileAnimating_;
autoSize_ = other.autoSize_;
autoSizeAnchor_ = other.autoSizeAnchor_;
billboardPivotOffsetSynchronized_ = other.billboardPivotOffsetSynchronized_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DialogueUIData Clone() {
return new DialogueUIData(this);
}
/// <summary>Field number for the "billboard_pivot_offset" field.</summary>
public const int BillboardPivotOffsetFieldNumber = 1;
private global::RecRoom.Protobuf.Core.Vector3Data billboardPivotOffset_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::RecRoom.Protobuf.Core.Vector3Data BillboardPivotOffset {
get { return billboardPivotOffset_; }
set {
billboardPivotOffset_ = value;
}
}
/// <summary>Field number for the "billboard_enabled" field.</summary>
public const int BillboardEnabledFieldNumber = 2;
private bool billboardEnabled_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BillboardEnabled {
get { return billboardEnabled_; }
set {
billboardEnabled_ = value;
}
}
/// <summary>Field number for the "background_color_index" field.</summary>
public const int BackgroundColorIndexFieldNumber = 3;
private int backgroundColorIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int BackgroundColorIndex {
get { return backgroundColorIndex_; }
set {
backgroundColorIndex_ = value;
}
}
/// <summary>Field number for the "border_color_index" field.</summary>
public const int BorderColorIndexFieldNumber = 4;
private int borderColorIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int BorderColorIndex {
get { return borderColorIndex_; }
set {
borderColorIndex_ = value;
}
}
/// <summary>Field number for the "text_color_index" field.</summary>
public const int TextColorIndexFieldNumber = 5;
private int textColorIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int TextColorIndex {
get { return textColorIndex_; }
set {
textColorIndex_ = value;
}
}
/// <summary>Field number for the "title_text_color_index" field.</summary>
public const int TitleTextColorIndexFieldNumber = 6;
private int titleTextColorIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int TitleTextColorIndex {
get { return titleTextColorIndex_; }
set {
titleTextColorIndex_ = value;
}
}
/// <summary>Field number for the "animated_text_enabled" field.</summary>
public const int AnimatedTextEnabledFieldNumber = 7;
private bool animatedTextEnabled_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AnimatedTextEnabled {
get { return animatedTextEnabled_; }
set {
animatedTextEnabled_ = value;
}
}
/// <summary>Field number for the "animation_speed" field.</summary>
public const int AnimationSpeedFieldNumber = 8;
private int animationSpeed_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int AnimationSpeed {
get { return animationSpeed_; }
set {
animationSpeed_ = value;
}
}
/// <summary>Field number for the "is_enabled" field.</summary>
public const int IsEnabledFieldNumber = 9;
private bool isEnabled_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsEnabled {
get { return isEnabled_; }
set {
isEnabled_ = value;
}
}
/// <summary>Field number for the "is_title_enabled" field.</summary>
public const int IsTitleEnabledFieldNumber = 10;
private bool isTitleEnabled_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsTitleEnabled {
get { return isTitleEnabled_; }
set {
isTitleEnabled_ = value;
}
}
/// <summary>Field number for the "title_position" field.</summary>
public const int TitlePositionFieldNumber = 11;
private int titlePosition_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int TitlePosition {
get { return titlePosition_; }
set {
titlePosition_ = value;
}
}
/// <summary>Field number for the "play_interaction_sound_effects" field.</summary>
public const int PlayInteractionSoundEffectsFieldNumber = 12;
private bool playInteractionSoundEffects_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PlayInteractionSoundEffects {
get { return playInteractionSoundEffects_; }
set {
playInteractionSoundEffects_ = value;
}
}
/// <summary>Field number for the "play_hover_sound_effects" field.</summary>
public const int PlayHoverSoundEffectsFieldNumber = 13;
private bool playHoverSoundEffects_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PlayHoverSoundEffects {
get { return playHoverSoundEffects_; }
set {
playHoverSoundEffects_ = value;
}
}
/// <summary>Field number for the "styling_option" field.</summary>
public const int StylingOptionFieldNumber = 14;
private int stylingOption_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int StylingOption {
get { return stylingOption_; }
set {
stylingOption_ = value;
}
}
/// <summary>Field number for the "speech_arrow_enabled" field.</summary>
public const int SpeechArrowEnabledFieldNumber = 15;
private bool speechArrowEnabled_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool SpeechArrowEnabled {
get { return speechArrowEnabled_; }
set {
speechArrowEnabled_ = value;
}
}
/// <summary>Field number for the "speech_arrow_position_option" field.</summary>
public const int SpeechArrowPositionOptionFieldNumber = 16;
private int speechArrowPositionOption_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int SpeechArrowPositionOption {
get { return speechArrowPositionOption_; }
set {
speechArrowPositionOption_ = value;
}
}
/// <summary>Field number for the "next_arrow_color_index" field.</summary>
public const int NextArrowColorIndexFieldNumber = 17;
private int nextArrowColorIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int NextArrowColorIndex {
get { return nextArrowColorIndex_; }
set {
nextArrowColorIndex_ = value;
}
}
/// <summary>Field number for the "opacity" field.</summary>
public const int OpacityFieldNumber = 18;
private int opacity_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int Opacity {
get { return opacity_; }
set {
opacity_ = value;
}
}
/// <summary>Field number for the "buttons_can_show_while_animating" field.</summary>
public const int ButtonsCanShowWhileAnimatingFieldNumber = 19;
private bool buttonsCanShowWhileAnimating_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ButtonsCanShowWhileAnimating {
get { return buttonsCanShowWhileAnimating_; }
set {
buttonsCanShowWhileAnimating_ = value;
}
}
/// <summary>Field number for the "auto_size" field.</summary>
public const int AutoSizeFieldNumber = 20;
private bool autoSize_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AutoSize {
get { return autoSize_; }
set {
autoSize_ = value;
}
}
/// <summary>Field number for the "auto_size_anchor" field.</summary>
public const int AutoSizeAnchorFieldNumber = 21;
private int autoSizeAnchor_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int AutoSizeAnchor {
get { return autoSizeAnchor_; }
set {
autoSizeAnchor_ = value;
}
}
/// <summary>Field number for the "billboard_pivot_offset_synchronized" field.</summary>
public const int BillboardPivotOffsetSynchronizedFieldNumber = 22;
private bool billboardPivotOffsetSynchronized_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BillboardPivotOffsetSynchronized {
get { return billboardPivotOffsetSynchronized_; }
set {
billboardPivotOffsetSynchronized_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as DialogueUIData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DialogueUIData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(BillboardPivotOffset, other.BillboardPivotOffset)) return false;
if (BillboardEnabled != other.BillboardEnabled) return false;
if (BackgroundColorIndex != other.BackgroundColorIndex) return false;
if (BorderColorIndex != other.BorderColorIndex) return false;
if (TextColorIndex != other.TextColorIndex) return false;
if (TitleTextColorIndex != other.TitleTextColorIndex) return false;
if (AnimatedTextEnabled != other.AnimatedTextEnabled) return false;
if (AnimationSpeed != other.AnimationSpeed) return false;
if (IsEnabled != other.IsEnabled) return false;
if (IsTitleEnabled != other.IsTitleEnabled) return false;
if (TitlePosition != other.TitlePosition) return false;
if (PlayInteractionSoundEffects != other.PlayInteractionSoundEffects) return false;
if (PlayHoverSoundEffects != other.PlayHoverSoundEffects) return false;
if (StylingOption != other.StylingOption) return false;
if (SpeechArrowEnabled != other.SpeechArrowEnabled) return false;
if (SpeechArrowPositionOption != other.SpeechArrowPositionOption) return false;
if (NextArrowColorIndex != other.NextArrowColorIndex) return false;
if (Opacity != other.Opacity) return false;
if (ButtonsCanShowWhileAnimating != other.ButtonsCanShowWhileAnimating) return false;
if (AutoSize != other.AutoSize) return false;
if (AutoSizeAnchor != other.AutoSizeAnchor) return false;
if (BillboardPivotOffsetSynchronized != other.BillboardPivotOffsetSynchronized) 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 (billboardPivotOffset_ != null) hash ^= BillboardPivotOffset.GetHashCode();
if (BillboardEnabled != false) hash ^= BillboardEnabled.GetHashCode();
if (BackgroundColorIndex != 0) hash ^= BackgroundColorIndex.GetHashCode();
if (BorderColorIndex != 0) hash ^= BorderColorIndex.GetHashCode();
if (TextColorIndex != 0) hash ^= TextColorIndex.GetHashCode();
if (TitleTextColorIndex != 0) hash ^= TitleTextColorIndex.GetHashCode();
if (AnimatedTextEnabled != false) hash ^= AnimatedTextEnabled.GetHashCode();
if (AnimationSpeed != 0) hash ^= AnimationSpeed.GetHashCode();
if (IsEnabled != false) hash ^= IsEnabled.GetHashCode();
if (IsTitleEnabled != false) hash ^= IsTitleEnabled.GetHashCode();
if (TitlePosition != 0) hash ^= TitlePosition.GetHashCode();
if (PlayInteractionSoundEffects != false) hash ^= PlayInteractionSoundEffects.GetHashCode();
if (PlayHoverSoundEffects != false) hash ^= PlayHoverSoundEffects.GetHashCode();
if (StylingOption != 0) hash ^= StylingOption.GetHashCode();
if (SpeechArrowEnabled != false) hash ^= SpeechArrowEnabled.GetHashCode();
if (SpeechArrowPositionOption != 0) hash ^= SpeechArrowPositionOption.GetHashCode();
if (NextArrowColorIndex != 0) hash ^= NextArrowColorIndex.GetHashCode();
if (Opacity != 0) hash ^= Opacity.GetHashCode();
if (ButtonsCanShowWhileAnimating != false) hash ^= ButtonsCanShowWhileAnimating.GetHashCode();
if (AutoSize != false) hash ^= AutoSize.GetHashCode();
if (AutoSizeAnchor != 0) hash ^= AutoSizeAnchor.GetHashCode();
if (BillboardPivotOffsetSynchronized != false) hash ^= BillboardPivotOffsetSynchronized.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 (billboardPivotOffset_ != null) {
output.WriteRawTag(10);
output.WriteMessage(BillboardPivotOffset);
}
if (BillboardEnabled != false) {
output.WriteRawTag(16);
output.WriteBool(BillboardEnabled);
}
if (BackgroundColorIndex != 0) {
output.WriteRawTag(24);
output.WriteInt32(BackgroundColorIndex);
}
if (BorderColorIndex != 0) {
output.WriteRawTag(32);
output.WriteInt32(BorderColorIndex);
}
if (TextColorIndex != 0) {
output.WriteRawTag(40);
output.WriteInt32(TextColorIndex);
}
if (TitleTextColorIndex != 0) {
output.WriteRawTag(48);
output.WriteInt32(TitleTextColorIndex);
}
if (AnimatedTextEnabled != false) {
output.WriteRawTag(56);
output.WriteBool(AnimatedTextEnabled);
}
if (AnimationSpeed != 0) {
output.WriteRawTag(64);
output.WriteInt32(AnimationSpeed);
}
if (IsEnabled != false) {
output.WriteRawTag(72);
output.WriteBool(IsEnabled);
}
if (IsTitleEnabled != false) {
output.WriteRawTag(80);
output.WriteBool(IsTitleEnabled);
}
if (TitlePosition != 0) {
output.WriteRawTag(88);
output.WriteInt32(TitlePosition);
}
if (PlayInteractionSoundEffects != false) {
output.WriteRawTag(96);
output.WriteBool(PlayInteractionSoundEffects);
}
if (PlayHoverSoundEffects != false) {
output.WriteRawTag(104);
output.WriteBool(PlayHoverSoundEffects);
}
if (StylingOption != 0) {
output.WriteRawTag(112);
output.WriteInt32(StylingOption);
}
if (SpeechArrowEnabled != false) {
output.WriteRawTag(120);
output.WriteBool(SpeechArrowEnabled);
}
if (SpeechArrowPositionOption != 0) {
output.WriteRawTag(128, 1);
output.WriteInt32(SpeechArrowPositionOption);
}
if (NextArrowColorIndex != 0) {
output.WriteRawTag(136, 1);
output.WriteInt32(NextArrowColorIndex);
}
if (Opacity != 0) {
output.WriteRawTag(144, 1);
output.WriteInt32(Opacity);
}
if (ButtonsCanShowWhileAnimating != false) {
output.WriteRawTag(152, 1);
output.WriteBool(ButtonsCanShowWhileAnimating);
}
if (AutoSize != false) {
output.WriteRawTag(160, 1);
output.WriteBool(AutoSize);
}
if (AutoSizeAnchor != 0) {
output.WriteRawTag(168, 1);
output.WriteInt32(AutoSizeAnchor);
}
if (BillboardPivotOffsetSynchronized != false) {
output.WriteRawTag(176, 1);
output.WriteBool(BillboardPivotOffsetSynchronized);
}
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 (billboardPivotOffset_ != null) {
output.WriteRawTag(10);
output.WriteMessage(BillboardPivotOffset);
}
if (BillboardEnabled != false) {
output.WriteRawTag(16);
output.WriteBool(BillboardEnabled);
}
if (BackgroundColorIndex != 0) {
output.WriteRawTag(24);
output.WriteInt32(BackgroundColorIndex);
}
if (BorderColorIndex != 0) {
output.WriteRawTag(32);
output.WriteInt32(BorderColorIndex);
}
if (TextColorIndex != 0) {
output.WriteRawTag(40);
output.WriteInt32(TextColorIndex);
}
if (TitleTextColorIndex != 0) {
output.WriteRawTag(48);
output.WriteInt32(TitleTextColorIndex);
}
if (AnimatedTextEnabled != false) {
output.WriteRawTag(56);
output.WriteBool(AnimatedTextEnabled);
}
if (AnimationSpeed != 0) {
output.WriteRawTag(64);
output.WriteInt32(AnimationSpeed);
}
if (IsEnabled != false) {
output.WriteRawTag(72);
output.WriteBool(IsEnabled);
}
if (IsTitleEnabled != false) {
output.WriteRawTag(80);
output.WriteBool(IsTitleEnabled);
}
if (TitlePosition != 0) {
output.WriteRawTag(88);
output.WriteInt32(TitlePosition);
}
if (PlayInteractionSoundEffects != false) {
output.WriteRawTag(96);
output.WriteBool(PlayInteractionSoundEffects);
}
if (PlayHoverSoundEffects != false) {
output.WriteRawTag(104);
output.WriteBool(PlayHoverSoundEffects);
}
if (StylingOption != 0) {
output.WriteRawTag(112);
output.WriteInt32(StylingOption);
}
if (SpeechArrowEnabled != false) {
output.WriteRawTag(120);
output.WriteBool(SpeechArrowEnabled);
}
if (SpeechArrowPositionOption != 0) {
output.WriteRawTag(128, 1);
output.WriteInt32(SpeechArrowPositionOption);
}
if (NextArrowColorIndex != 0) {
output.WriteRawTag(136, 1);
output.WriteInt32(NextArrowColorIndex);
}
if (Opacity != 0) {
output.WriteRawTag(144, 1);
output.WriteInt32(Opacity);
}
if (ButtonsCanShowWhileAnimating != false) {
output.WriteRawTag(152, 1);
output.WriteBool(ButtonsCanShowWhileAnimating);
}
if (AutoSize != false) {
output.WriteRawTag(160, 1);
output.WriteBool(AutoSize);
}
if (AutoSizeAnchor != 0) {
output.WriteRawTag(168, 1);
output.WriteInt32(AutoSizeAnchor);
}
if (BillboardPivotOffsetSynchronized != false) {
output.WriteRawTag(176, 1);
output.WriteBool(BillboardPivotOffsetSynchronized);
}
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 (billboardPivotOffset_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BillboardPivotOffset);
}
if (BillboardEnabled != false) {
size += 1 + 1;
}
if (BackgroundColorIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BackgroundColorIndex);
}
if (BorderColorIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BorderColorIndex);
}
if (TextColorIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextColorIndex);
}
if (TitleTextColorIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(TitleTextColorIndex);
}
if (AnimatedTextEnabled != false) {
size += 1 + 1;
}
if (AnimationSpeed != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(AnimationSpeed);
}
if (IsEnabled != false) {
size += 1 + 1;
}
if (IsTitleEnabled != false) {
size += 1 + 1;
}
if (TitlePosition != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(TitlePosition);
}
if (PlayInteractionSoundEffects != false) {
size += 1 + 1;
}
if (PlayHoverSoundEffects != false) {
size += 1 + 1;
}
if (StylingOption != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(StylingOption);
}
if (SpeechArrowEnabled != false) {
size += 1 + 1;
}
if (SpeechArrowPositionOption != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(SpeechArrowPositionOption);
}
if (NextArrowColorIndex != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(NextArrowColorIndex);
}
if (Opacity != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(Opacity);
}
if (ButtonsCanShowWhileAnimating != false) {
size += 2 + 1;
}
if (AutoSize != false) {
size += 2 + 1;
}
if (AutoSizeAnchor != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(AutoSizeAnchor);
}
if (BillboardPivotOffsetSynchronized != false) {
size += 2 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(DialogueUIData other) {
if (other == null) {
return;
}
if (other.billboardPivotOffset_ != null) {
if (billboardPivotOffset_ == null) {
BillboardPivotOffset = new global::RecRoom.Protobuf.Core.Vector3Data();
}
BillboardPivotOffset.MergeFrom(other.BillboardPivotOffset);
}
if (other.BillboardEnabled != false) {
BillboardEnabled = other.BillboardEnabled;
}
if (other.BackgroundColorIndex != 0) {
BackgroundColorIndex = other.BackgroundColorIndex;
}
if (other.BorderColorIndex != 0) {
BorderColorIndex = other.BorderColorIndex;
}
if (other.TextColorIndex != 0) {
TextColorIndex = other.TextColorIndex;
}
if (other.TitleTextColorIndex != 0) {
TitleTextColorIndex = other.TitleTextColorIndex;
}
if (other.AnimatedTextEnabled != false) {
AnimatedTextEnabled = other.AnimatedTextEnabled;
}
if (other.AnimationSpeed != 0) {
AnimationSpeed = other.AnimationSpeed;
}
if (other.IsEnabled != false) {
IsEnabled = other.IsEnabled;
}
if (other.IsTitleEnabled != false) {
IsTitleEnabled = other.IsTitleEnabled;
}
if (other.TitlePosition != 0) {
TitlePosition = other.TitlePosition;
}
if (other.PlayInteractionSoundEffects != false) {
PlayInteractionSoundEffects = other.PlayInteractionSoundEffects;
}
if (other.PlayHoverSoundEffects != false) {
PlayHoverSoundEffects = other.PlayHoverSoundEffects;
}
if (other.StylingOption != 0) {
StylingOption = other.StylingOption;
}
if (other.SpeechArrowEnabled != false) {
SpeechArrowEnabled = other.SpeechArrowEnabled;
}
if (other.SpeechArrowPositionOption != 0) {
SpeechArrowPositionOption = other.SpeechArrowPositionOption;
}
if (other.NextArrowColorIndex != 0) {
NextArrowColorIndex = other.NextArrowColorIndex;
}
if (other.Opacity != 0) {
Opacity = other.Opacity;
}
if (other.ButtonsCanShowWhileAnimating != false) {
ButtonsCanShowWhileAnimating = other.ButtonsCanShowWhileAnimating;
}
if (other.AutoSize != false) {
AutoSize = other.AutoSize;
}
if (other.AutoSizeAnchor != 0) {
AutoSizeAnchor = other.AutoSizeAnchor;
}
if (other.BillboardPivotOffsetSynchronized != false) {
BillboardPivotOffsetSynchronized = other.BillboardPivotOffsetSynchronized;
}
_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: {
if (billboardPivotOffset_ == null) {
BillboardPivotOffset = new global::RecRoom.Protobuf.Core.Vector3Data();
}
input.ReadMessage(BillboardPivotOffset);
break;
}
case 16: {
BillboardEnabled = input.ReadBool();
break;
}
case 24: {
BackgroundColorIndex = input.ReadInt32();
break;
}
case 32: {
BorderColorIndex = input.ReadInt32();
break;
}
case 40: {
TextColorIndex = input.ReadInt32();
break;
}
case 48: {
TitleTextColorIndex = input.ReadInt32();
break;
}
case 56: {
AnimatedTextEnabled = input.ReadBool();
break;
}
case 64: {
AnimationSpeed = input.ReadInt32();
break;
}
case 72: {
IsEnabled = input.ReadBool();
break;
}
case 80: {
IsTitleEnabled = input.ReadBool();
break;
}
case 88: {
TitlePosition = input.ReadInt32();
break;
}
case 96: {
PlayInteractionSoundEffects = input.ReadBool();
break;
}
case 104: {
PlayHoverSoundEffects = input.ReadBool();
break;
}
case 112: {
StylingOption = input.ReadInt32();
break;
}
case 120: {
SpeechArrowEnabled = input.ReadBool();
break;
}
case 128: {
SpeechArrowPositionOption = input.ReadInt32();
break;
}
case 136: {
NextArrowColorIndex = input.ReadInt32();
break;
}
case 144: {
Opacity = input.ReadInt32();
break;
}
case 152: {
ButtonsCanShowWhileAnimating = input.ReadBool();
break;
}
case 160: {
AutoSize = input.ReadBool();
break;
}
case 168: {
AutoSizeAnchor = input.ReadInt32();
break;
}
case 176: {
BillboardPivotOffsetSynchronized = 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: {
if (billboardPivotOffset_ == null) {
BillboardPivotOffset = new global::RecRoom.Protobuf.Core.Vector3Data();
}
input.ReadMessage(BillboardPivotOffset);
break;
}
case 16: {
BillboardEnabled = input.ReadBool();
break;
}
case 24: {
BackgroundColorIndex = input.ReadInt32();
break;
}
case 32: {
BorderColorIndex = input.ReadInt32();
break;
}
case 40: {
TextColorIndex = input.ReadInt32();
break;
}
case 48: {
TitleTextColorIndex = input.ReadInt32();
break;
}
case 56: {
AnimatedTextEnabled = input.ReadBool();
break;
}
case 64: {
AnimationSpeed = input.ReadInt32();
break;
}
case 72: {
IsEnabled = input.ReadBool();
break;
}
case 80: {
IsTitleEnabled = input.ReadBool();
break;
}
case 88: {
TitlePosition = input.ReadInt32();
break;
}
case 96: {
PlayInteractionSoundEffects = input.ReadBool();
break;
}
case 104: {
PlayHoverSoundEffects = input.ReadBool();
break;
}
case 112: {
StylingOption = input.ReadInt32();
break;
}
case 120: {
SpeechArrowEnabled = input.ReadBool();
break;
}
case 128: {
SpeechArrowPositionOption = input.ReadInt32();
break;
}
case 136: {
NextArrowColorIndex = input.ReadInt32();
break;
}
case 144: {
Opacity = input.ReadInt32();
break;
}
case 152: {
ButtonsCanShowWhileAnimating = input.ReadBool();
break;
}
case 160: {
AutoSize = input.ReadBool();
break;
}
case 168: {
AutoSizeAnchor = input.ReadInt32();
break;
}
case 176: {
BillboardPivotOffsetSynchronized = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code