Class PixyzEditorToolbarDropdown
Multiple actions grouped in a dropdown
Inheritance
PixyzEditorToolbarDropdown
Implements
Inherited Members
EditorToolbarDropdownToggle.dropdownClicked
BaseField<bool>.ussClassName
BaseField<bool>.labelUssClassName
BaseField<bool>.inputUssClassName
BaseField<bool>.noLabelVariantUssClassName
BaseField<bool>.labelDraggerVariantUssClassName
BaseField<bool>.mixedValueLabelUssClassName
BaseField<bool>.alignedFieldUssClassName
BaseField<bool>.mixedValueString
BaseField<bool>.serializedPropertyCopyName
BaseField<bool>.UpdateMixedValueContent()
BaseField<bool>.rawValue
BaseField<bool>.value
BaseField<bool>.labelElement
BaseField<bool>.label
BaseField<bool>.showMixedValue
BaseField<bool>.mixedValueLabel
VisualElement.ExecuteDefaultAction(EventBase)
VisualElement.Focus()
VisualElement.Overlaps(Rect)
VisualElement.ToString()
VisualElement.GetFirstOfType<T>()
VisualElement.GetFirstAncestorOfType<T>()
VisualElement.canGrabFocus
VisualElement.focusController
VisualElement.cacheAsBitmap
CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public abstract class PixyzEditorToolbarDropdown : EditorToolbarDropdownToggle, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<bool>, IMixedValueSupport, IAccessContainerWindow
Constructors
Name | Description |
---|---|
PixyzEditorToolbarDropdown() | Creates a new Pixyz Toolbar DropDown |
Properties
Name | Description |
---|---|
ActionNames | Actions names |
Actions | Instance of toolbox actions |
GroupName | Actions Group name |
MenuFunctions | Menu functions |
containerWindow | Container |
Methods
Name | Description |
---|---|
Select(int) | Opens the overlay of the Action at index |