Interface ILoggableMirrorStruct
Interface that is used by Unity.Logging to understand how to convert a mirror structure into UnsafeText
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public interface ILoggableMirrorStruct
Remarks
This not typed variant is used inside Unity.Logging, for user usage see ILoggableMirrorStruct<T>
Methods
Name | Description |
---|---|
AppendToUnsafeText(ref UnsafeText, ref FormatterStruct, ref LogMemoryManager, ref ArgumentInfo, int) | Method that defines how the origin type should be converted into text form in Unity.Logging. Similar to a ToString. |