Class DebugUI.ObjectListField
A list of fields for selecting Unity objects.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.ObjectListField : DebugUI.Field<Object[]>, DebugUI.IValueField
Fields
type
Objects type.
Declaration
public Type type
Field Value
| Type | Description |
|---|---|
| Type |
Methods
Create()
Creates the VisualElement for the widget that will be added to the panel UI.
Declaration
protected override VisualElement Create()
Returns
| Type | Description |
|---|---|
| VisualElement | The widget's VisualElement |