Version 3.3.0.1

SerializationDebuggerWindow class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.OdinInspector.Editor
public sealed class SerializationDebuggerWindow : OdinEditorWindow, ISerializationCallbackReceiver
The Odin Inspector Serialization Debugger Window.
Inheritance
Implements
  • UnityEngine.ISerializationCallbackReceiver
See Also

Constructors

SerializationDebuggerWindow()
public SerializationDebuggerWindow()

Methods

OnEnable()
Initializes the Serialization Debugger Window.
protected override void OnEnable()
ShowWindow()
Opens the Serialization Debugger Window with the last debugged type.
public static void ShowWindow()
ShowWindow(Type)
Opens the Serialization Debugger Window and debugs the given type.
public static void ShowWindow(Type type)
Parameters
System.Type type

The type to debug serialization of.