< Summary

Class:CameraModeValueReflection
Assembly:DCL.ECSComponents.ProtobufData
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/DCLPlugins/ECS7/ProtocolBuffers/Generated/PBFiles/Common/CameraModeValue.cs
Covered lines:0
Uncovered lines:4
Coverable lines:4
Total lines:43
Line coverage:0% (0 of 4)
Covered branches:0
Total branches:0

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/DCLPlugins/ECS7/ProtocolBuffers/Generated/PBFiles/Common/CameraModeValue.cs

#LineLine coverage
 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
 8using pb = global::Google.Protobuf;
 9using pbc = global::Google.Protobuf.Collections;
 10using pbr = global::Google.Protobuf.Reflection;
 11using scg = global::System.Collections.Generic;
 12/// <summary>Holder for reflection information generated from CameraModeValue.proto</summary>
 13public static partial class CameraModeValueReflection {
 14
 15  #region Descriptor
 16  /// <summary>File descriptor for CameraModeValue.proto</summary>
 17  public static pbr::FileDescriptor Descriptor {
 018    get { return descriptor; }
 19  }
 20  private static pbr::FileDescriptor descriptor;
 21
 22  static CameraModeValueReflection() {
 023    byte[] descriptorData = global::System.Convert.FromBase64String(
 24        string.Concat(
 25          "ChVDYW1lcmFNb2RlVmFsdWUucHJvdG8qNQoPQ2FtZXJhTW9kZVZhbHVlEhAK",
 26          "DEZJUlNUX1BFUlNPThAAEhAKDFRISVJEX1BFUlNPThABYgZwcm90bzM="));
 027    descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 28        new pbr::FileDescriptor[] { },
 29        new pbr::GeneratedClrTypeInfo(new[] {typeof(global::CameraModeValue), }, null, null));
 030  }
 31  #endregion
 32
 33}
 34#region Enums
 35public 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