Show / Hide Table of Contents

Struct CompilerMessage

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Compilation
Assembly: UnityEditor.dll
Syntax
public struct CompilerMessage

Fields

| Improve this Doc View Source

column

Declaration
public int column
Field Value
Type Description
Int32
| Improve this Doc View Source

file

Declaration
public string file
Field Value
Type Description
String
| Improve this Doc View Source

line

Declaration
public int line
Field Value
Type Description
Int32
| Improve this Doc View Source

message

Declaration
public string message
Field Value
Type Description
String
| Improve this Doc View Source

type

Declaration
public CompilerMessageType type
Field Value
Type Description
CompilerMessageType

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX