Class Log
Inherited Members
Namespace: Global Namespace
Assembly: UnityEditor.TestTools.Graphics.dll
Syntax
public class Log
Constructors
Log(bool, string, LogType)
Declaration
public Log(bool isSelected, string info, LogType type)
Parameters
Type | Name | Description |
---|---|---|
bool | isSelected | |
string | info | |
LogType | type |
Fields
info
Declaration
public string info
Field Value
Type | Description |
---|---|
string |
isSelected
Declaration
public bool isSelected
Field Value
Type | Description |
---|---|
bool |
type
Declaration
public LogType type
Field Value
Type | Description |
---|---|
LogType |