Closed whynames closed 8 months ago
The purpose of using UniTyped is to access Unity serialized values through SerializedProperty
with the same syntax as regular C# objects. To access non-serialized fields, use the underlying C# object directly (in this case EditorWindow).
For an editor window, Is there a way to access properties, reference fields or interfaces?