| | 1 | | // <auto-generated> |
| | 2 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| | 3 | | // source: ecs/components/common/CameraModeValue.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 ecs/components/common/CameraModeValue.proto</summary> |
| | 15 | | public static partial class CameraModeValueReflection { |
| | 16 | |
|
| | 17 | | #region Descriptor |
| | 18 | | /// <summary>File descriptor for ecs/components/common/CameraModeValue.proto</summary> |
| | 19 | | public static pbr::FileDescriptor Descriptor { |
| 0 | 20 | | get { return descriptor; } |
| | 21 | | } |
| | 22 | | private static pbr::FileDescriptor descriptor; |
| | 23 | |
|
| | 24 | | static CameraModeValueReflection() { |
| 0 | 25 | | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | 26 | | string.Concat( |
| | 27 | | "CitlY3MvY29tcG9uZW50cy9jb21tb24vQ2FtZXJhTW9kZVZhbHVlLnByb3Rv", |
| | 28 | | "EhBkZWNlbnRyYWxhbmQuZWNzKjUKD0NhbWVyYU1vZGVWYWx1ZRIQCgxGSVJT", |
| | 29 | | "VF9QRVJTT04QABIQCgxUSElSRF9QRVJTT04QAUIUqgIRRENMLkVDU0NvbXBv", |
| | 30 | | "bmVudHNiBnByb3RvMw==")); |
| 0 | 31 | | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | 32 | | new pbr::FileDescriptor[] { }, |
| | 33 | | new pbr::GeneratedClrTypeInfo(new[] {typeof(global::DCL.ECSComponents.CameraModeValue), }, null, null)); |
| 0 | 34 | | } |
| | 35 | | #endregion |
| | 36 | |
|
| | 37 | | } |
| | 38 | | #region Enums |
| | 39 | | public enum CameraModeValue { |
| | 40 | | [pbr::OriginalName("FIRST_PERSON")] FirstPerson = 0, |
| | 41 | | [pbr::OriginalName("THIRD_PERSON")] ThirdPerson = 1, |
| | 42 | | } |
| | 43 | |
|
| | 44 | | #endregion |
| | 45 | |
|
| | 46 | | } |
| | 47 | |
|
| | 48 | | #endregion Designer generated code |