Class LogContextData
Log context data structure. Contains different kinds of context data for different situations.
Inheritance
System.Object
LogContextData
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class LogContextData : ValueType
Fields
ObjectID
A GUID for an object which this context applies to.
Declaration
public Guid ObjectID
Field Value
System.Guid
|