Struct LogContextData
Log context data structure. Contains different kinds of context data for different situations.
Inherited Members
LogContextData
Assembly: FlaxEngine.dll
File: Engine/Core/LogContext.h
Syntax
public struct LogContextData
Fields
ObjectID
A GUID for an object which this context applies to.
Declaration
public Guid ObjectID
Field Value
Guid
|