Is it possible to create a List<T> with UIElements, when the List<T> is in the same class as MyEditor? I want to create/map/bind it in .uxml file, but dont know how (or is it even possible).
in example (blabla code):
in example (blabla code):
Code (CSharp):
- public class MyEditor : EditorWindow
- {
- // Rest of EditorWindow code...
- }