Class DebugUI.CameraSelector
A dropdown that contains a list of cameras
Inheritance
DebugUI.CameraSelector
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.CameraSelector : DebugUI.ObjectPopupField, DebugUI.IValueField
Constructors
CameraSelector()
A dropdown that contains a list of cameras
Declaration
public CameraSelector()
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 |