{
/// <summary>
/// Derive this class to force the Unity Editor to render an Object's default inspector using UIElements
/// to allow parameter UIs to render properly
public abstract class DefaultUIElementsEditor : UnityEditor.Editor
public abstract class ParameterUIElementsEditor : UnityEditor.Editor
public override VisualElement CreateInspectorGUI()