Class DebugUI.ObjectPopupField
A dropdown that contains a list of Unity objects.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.ObjectPopupField : DebugUI.Field<Object>, DebugUI.IValueField
Properties
getObjects
Callback to obtain the elemtents of the pop up
Declaration
public Func<IEnumerable<Object>> getObjects { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<IEnumerable<Object>> |
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 |