Class DebugUI.ObjectPopupField
A dropdown that contains a list of Unity objects.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
public class 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>> |