Class ParameterUIElementsEditor
Derive this class to force the Unity Editor to render the default inspector using UIElements for an Object that includes a Parameter field. to allow parameter UIs to render properly
Inherited Members
Editor.MoveNextTarget()
Namespace: UnityEditor.Perception.Randomization
Assembly: solution.dll
Syntax
public abstract class ParameterUIElementsEditor : Editor
Methods
Name | Description |
---|---|
CreateInspectorGUI() | Implement this method to make a custom UIElements inspector. |