Class PopupWindow
Styled visual element that matches the EditorGUILayout.Popup IMGUI element.
Inheritance
PopupWindow
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class PopupWindow : TextElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, ITextElement, INotifyValueChanged<string>
Constructors
PopupWindow()
Initializes and returns an instance of PopupWindow.
Declaration
public PopupWindow()
Fields
contentUssClassName
USS class name of content elements in elements of this type.
Declaration
public static readonly string contentUssClassName
Field Value
Type | Description |
---|---|
String |
ussClassName
USS class name of elements of this type.
Declaration
public static readonly string ussClassName
Field Value
Type | Description |
---|---|
String |
Properties
contentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
VisualElement |