Class ApiDiagnostics
- Namespace
- FTK2.ModAPI.Diagnostics
- Assembly
- FTK2.ModAPI.dll
Main-thread text-only diagnostics. No mutable runtime objects are exposed.
public sealed class ApiDiagnostics
- Inheritance
-
ApiDiagnostics
- Inherited Members
Methods
DumpState()
Returns and logs a text-only snapshot of lifecycle, ownership, subscription, and active-content state.
public string DumpState()
Returns
- string
A diagnostic snapshot that exposes no mutable FTK2 objects.
Remarks
Call on Unity's main thread.