< Summary

Class:DCL.ECSComponents.CameraTypeReflection
Assembly:Decentraland.Protocol.GeneratedCode
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/CameraType.gen.cs
Covered lines:0
Uncovered lines:4
Coverable lines:4
Total lines:48
Line coverage:0% (0 of 4)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
CameraTypeReflection()0%2100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/CameraType.gen.cs

#LineLine coverage
 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
 8using pb = global::Google.Protobuf;
 9using pbc = global::Google.Protobuf.Collections;
 10using pbr = global::Google.Protobuf.Reflection;
 11using scg = global::System.Collections.Generic;
 12namespace 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 {
 020      get { return descriptor; }
 21    }
 22    private static pbr::FileDescriptor descriptor;
 23
 24    static CameraTypeReflection() {
 025      byte[] descriptorData = global::System.Convert.FromBase64String(
 26          string.Concat(
 27            "CjRkZWNlbnRyYWxhbmQvc2RrL2NvbXBvbmVudHMvY29tbW9uL2NhbWVyYV90",
 28            "eXBlLnByb3RvEiJkZWNlbnRyYWxhbmQuc2RrLmNvbXBvbmVudHMuY29tbW9u",
 29            "KjYKCkNhbWVyYVR5cGUSEwoPQ1RfRklSU1RfUEVSU09OEAASEwoPQ1RfVEhJ",
 30            "UkRfUEVSU09OEAFCFKoCEURDTC5FQ1NDb21wb25lbnRzYgZwcm90bzM="));
 031      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 32          new pbr::FileDescriptor[] { },
 33          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::DCL.ECSComponents.CameraType), }, null, null));
 034    }
 35    #endregion
 36
 37  }
 38  #region Enums
 39  public enum CameraType {
 40    [pbr::OriginalName("CT_FIRST_PERSON")] CtFirstPerson = 0,
 41    [pbr::OriginalName("CT_THIRD_PERSON")] CtThirdPerson = 1,
 42  }
 43
 44  #endregion
 45
 46}
 47
 48#endregion Designer generated code