Class TabbedView
Implements
Inherited Members
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: Global Namespace
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
public class TabbedView : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
Constructors
TabbedView()
Declaration
public TabbedView()
Properties
contentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
VisualElement |
Overrides
Methods
Activate(TabButton)
Declaration
public void Activate(TabButton button)
Parameters
Type | Name | Description |
---|---|---|
TabButton | button |
AddTab(TabButton, bool)
Declaration
public void AddTab(TabButton tabButton, bool activate)
Parameters
Type | Name | Description |
---|---|---|
TabButton | tabButton | |
bool | activate |
RemoveTab(TabButton)
Declaration
public void RemoveTab(TabButton tabButton)
Parameters
Type | Name | Description |
---|---|---|
TabButton | tabButton |