Class DebugLogWindow.LogEntryDescription
Debug log entry description;
Inheritance
System.Object
DebugLogWindow.LogEntryDescription
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class LogEntryDescription : ValueType
Fields
ContextObject
The target object hint id (don't store ref, object may be an actor that can be removed and restored later or sth).
Declaration
public Guid ContextObject
Field Value
System.Guid
|
Description
The message description.
Declaration
public string Description
Field Value
System.String
|
Level
LocationFile
The location of the issue (file path).
Declaration
public string LocationFile
Field Value
System.String
|
LocationLine
The location line number (zero or less to not use it);
Declaration
public int LocationLine
Field Value
System.Int32
|
Title
The message title.
Declaration
public string Title
Field Value
System.String
|