WatcherWindow Class

Summary

[Editor-Only] An UnityEditor.EditorWindow which draws various objects without needing to select them individually.
Assembly
Kybernetik.InspectorGadgets.Editor.dll
Namespace
InspectorGadgets.Editor
Base Types
  • EditorWindow
graph BT Type-->Base0["EditorWindow"] Type["WatcherWindow"] class Type type-node

Syntax

public sealed class WatcherWindow : EditorWindow

Methods

Name Value Summary
Watch(Object[]) void
Opens the InspectorGadgets.Editor.WatcherWindow and adds the `targets` to its display list.
static
Watch(SerializedProperty) void
Opens the InspectorGadgets.Editor.WatcherWindow and adds the `property` to its display list.
static