Unity3DEditorLog Class

Summary

Helper class for processing the Unity3D editor log
Assembly
Cake.Unity3D.dll
Namespace
Cake.Unity3D.Helpers
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Unity3DEditorLog"] class Type type-node

Syntax

public static class Unity3DEditorLog

Methods

Name Value Summary
ProcessLogLine(string) Unity3DEditorLog.MessageType
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.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin