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