| | 1 | | // <auto-generated> |
| | 2 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| | 3 | | // source: decentraland/sdk/components/common/camera_type.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 decentraland/sdk/components/common/camera_type.proto</su |
| | 15 | | public static partial class CameraTypeReflection { |
| | 16 | |
|
| | 17 | | #region Descriptor |
| | 18 | | /// <summary>File descriptor for decentraland/sdk/components/common/camera_type.proto</summary> |
| | 19 | | public static pbr::FileDescriptor Descriptor { |
| 0 | 20 | | get { return descriptor; } |
| | 21 | | } |
| | 22 | | private static pbr::FileDescriptor descriptor; |
| | 23 | |
|
| | 24 | | static CameraTypeReflection() { |
| 0 | 25 | | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | 26 | | string.Concat( |
| | 27 | | "CjRkZWNlbnRyYWxhbmQvc2RrL2NvbXBvbmVudHMvY29tbW9uL2NhbWVyYV90", |
| | 28 | | "eXBlLnByb3RvEiJkZWNlbnRyYWxhbmQuc2RrLmNvbXBvbmVudHMuY29tbW9u", |
| | 29 | | "KkgKCkNhbWVyYVR5cGUSEwoPQ1RfRklSU1RfUEVSU09OEAASEwoPQ1RfVEhJ", |
| | 30 | | "UkRfUEVSU09OEAESEAoMQ1RfQ0lORU1BVElDEAJCFKoCEURDTC5FQ1NDb21w", |
| | 31 | | "b25lbnRzYgZwcm90bzM=")); |
| 0 | 32 | | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | 33 | | new pbr::FileDescriptor[] { }, |
| | 34 | | new pbr::GeneratedClrTypeInfo(new[] {typeof(global::DCL.ECSComponents.CameraType), }, null, null)); |
| 0 | 35 | | } |
| | 36 | | #endregion |
| | 37 | |
|
| | 38 | | } |
| | 39 | | #region Enums |
| | 40 | | public enum CameraType { |
| | 41 | | [pbr::OriginalName("CT_FIRST_PERSON")] CtFirstPerson = 0, |
| | 42 | | [pbr::OriginalName("CT_THIRD_PERSON")] CtThirdPerson = 1, |
| | 43 | | /// <summary> |
| | 44 | | /// controlled by the scene |
| | 45 | | /// </summary> |
| | 46 | | [pbr::OriginalName("CT_CINEMATIC")] CtCinematic = 2, |
| | 47 | | } |
| | 48 | |
|
| | 49 | | #endregion |
| | 50 | |
|
| | 51 | | } |
| | 52 | |
|
| | 53 | | #endregion Designer generated code |