This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Unity3D.
Summary
Given a line of text from the editor log, calculate
the type of message the line is.
This is very privative and needs vast improvements.
- Assembly
- Cake
.Unity3D .dll - Namespace
- Cake
.Unity3D .Helpers - Containing Type
- Unity3DEditorLog
Syntax
public static Unity3DEditorLog.MessageType ProcessLogLine(string line)
Parameters
Name | Type | Description |
---|---|---|
line | string | The line of text to process. |
Return Value
Type | Description |
---|---|
Unity3DEditorLog |
The type of message the line represents. |