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()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEditor.Perception.Randomization
Assembly: Unity.Perception.Editor.dll
Syntax
public abstract class ParameterUIElementsEditor : Editor
Methods
CreateInspectorGUI()
Creates proper VisualElement for Editor UI
Declaration
public override VisualElement CreateInspectorGUI()
Returns
Type | Description |
---|---|
VisualElement | VisualElement |