Struct CompilerMessage
Inherited Members
Namespace: UnityEditor.Compilation
Assembly: UnityEditor.dll
Syntax
public struct CompilerMessage
Fields
| Improve this Doc View Sourcecolumn
Declaration
public int column
Field Value
| Type | Description |
|---|---|
| Int32 |
file
Declaration
public string file
Field Value
| Type | Description |
|---|---|
| String |
line
Declaration
public int line
Field Value
| Type | Description |
|---|---|
| Int32 |
message
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| String |
type
Declaration
public CompilerMessageType type
Field Value
| Type | Description |
|---|---|
| CompilerMessageType |