docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class OnKeyPressStackNode

    Inheritance
    object
    CallbackEventHandler
    Focusable
    VisualElement
    GraphElement
    Node
    StackNode
    StackNode
    FunctionNode
    IteratorStackNode
    OnKeyPressStackNode
    Implements
    IEventHandler
    ITransform
    ITransitionAnimations
    IExperimentalFeatures
    IVisualElementScheduler
    IResolvedStyle
    ISelectable
    IDropTarget
    ICustomColor
    IMovable
    IVSGraphViewObserver
    IRenamable
    IHasGraphElementModel
    IBadgeContainer
    Inherited Members
    IteratorStackNode.ErrorBadge
    IteratorStackNode.ValueBadge
    IteratorStackNode.FilterOutChildrenFromSelection()
    FunctionNode.AddButtonName
    FunctionNode.m_FunctionModel
    FunctionNode.IsRenamable()
    FunctionNode.IsFramable()
    FunctionNode.AcceptsElement(GraphElement, ref int, int)
    FunctionNode.DragPerform(DragPerformEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
    FunctionNode.DragUpdated(DragUpdatedEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
    FunctionNode.Store
    FunctionNode.title
    FunctionNode.TitleEditor
    FunctionNode.TitleElement
    FunctionNode.EditTitleCancelled
    FunctionNode.RenameDelegate
    FunctionNode.TitleValue
    StackNode.m_Store
    StackNode.stackModel
    StackNode.m_GraphView
    StackNode.ExecuteDefaultAction(EventBase)
    StackNode.SetColor(Color)
    StackNode.UpdatePinning()
    StackNode.SetPosition(Rect)
    StackNode.HasBranchedNode()
    StackNode.GetInsertionIndex(Vector2)
    StackNode.OnEnterPanel(AttachToPanelEvent)
    StackNode.OnLeavePanel(DetachFromPanelEvent)
    StackNode.OnContextualMenuEvent(ContextualMenuPopulateEvent)
    StackNode.OnSeparatorContextualMenuEvent(ContextualMenuPopulateEvent, int)
    StackNode.DragExited()
    StackNode.OnStartDragging(GraphElement)
    StackNode.OnAddedToGraphView()
    StackNode.hasMultipleSelectionSupport
    StackNode.UIState
    StackNode.NeedStoreDispatch
    StackNode.GraphElementModel
    StackNode.AddElement(GraphElement)
    StackNode.InsertElement(int, GraphElement)
    StackNode.RemoveElement(GraphElement)
    StackNode.OnCustomStyleResolved(ICustomStyle)
    StackNode.CanAcceptDrop(List<ISelectable>)
    StackNode.DragEnter(DragEnterEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
    StackNode.DragLeave(DragLeaveEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
    StackNode.headerContainer
    StackNode.contentContainer
    StackNode.dragEntered
    StackNode.dropPreviewTemplate
    Node.m_CollapseButton
    Node.m_ButtonContainer
    Node.RefreshExpandedState()
    Node.GetPosition()
    Node.OnPortRemoved(Port)
    Node.InstantiatePort(Orientation, Direction, Port.Capacity, Type)
    Node.RefreshPorts()
    Node.ToggleCollapse()
    Node.UseDefaultStyling()
    Node.BuildContextualMenu(ContextualMenuPopulateEvent)
    Node.mainContainer
    Node.titleContainer
    Node.inputContainer
    Node.outputContainer
    Node.titleButtonContainer
    Node.topContainer
    Node.extensionContainer
    Node.expanded
    GraphElement.ResetLayer()
    GraphElement.IsSelectable()
    GraphElement.IsMovable()
    GraphElement.IsResizable()
    GraphElement.IsDroppable()
    GraphElement.IsAscendable()
    GraphElement.GetGlobalCenter()
    GraphElement.UpdatePresenterPosition()
    GraphElement.OnSelected()
    GraphElement.OnUnselected()
    GraphElement.HitTest(Vector2)
    GraphElement.Select(VisualElement, bool)
    GraphElement.Unselect(VisualElement)
    GraphElement.IsSelected(VisualElement)
    GraphElement.elementTypeColor
    GraphElement.layer
    GraphElement.capabilities
    GraphElement.selected
    VisualElement.disabledUssClassName
    VisualElement.Focus()
    VisualElement.SendEvent(EventBase)
    VisualElement.SetEnabledFromHierarchy(bool)
    VisualElement.SetEnabled(bool)
    VisualElement.MarkDirtyRepaint()
    VisualElement.ContainsPoint(Vector2)
    VisualElement.Overlaps(Rect)
    VisualElement.DoMeasure(float, VisualElement.MeasureMode, float, VisualElement.MeasureMode)
    VisualElement.ToString()
    VisualElement.GetClasses()
    VisualElement.ClearClassList()
    VisualElement.AddToClassList(string)
    VisualElement.RemoveFromClassList(string)
    VisualElement.ToggleInClassList(string)
    VisualElement.EnableInClassList(string, bool)
    VisualElement.ClassListContains(string)
    VisualElement.FindAncestorUserData()
    VisualElement.Add(VisualElement)
    VisualElement.Insert(int, VisualElement)
    VisualElement.Remove(VisualElement)
    VisualElement.RemoveAt(int)
    VisualElement.Clear()
    VisualElement.ElementAt(int)
    VisualElement.IndexOf(VisualElement)
    VisualElement.Children()
    VisualElement.Sort(Comparison<VisualElement>)
    VisualElement.BringToFront()
    VisualElement.SendToBack()
    VisualElement.PlaceBehind(VisualElement)
    VisualElement.PlaceInFront(VisualElement)
    VisualElement.RemoveFromHierarchy()
    VisualElement.GetFirstOfType<T>()
    VisualElement.GetFirstAncestorOfType<T>()
    VisualElement.Contains(VisualElement)
    VisualElement.FindCommonAncestor(VisualElement)
    VisualElement.viewDataKey
    VisualElement.userData
    VisualElement.canGrabFocus
    VisualElement.focusController
    VisualElement.usageHints
    VisualElement.transform
    VisualElement.layout
    VisualElement.contentRect
    VisualElement.paddingRect
    VisualElement.worldBound
    VisualElement.localBound
    VisualElement.worldTransform
    VisualElement.pickingMode
    VisualElement.name
    VisualElement.enabledInHierarchy
    VisualElement.enabledSelf
    VisualElement.visible
    VisualElement.generateVisualContent
    VisualElement.experimental
    VisualElement.hierarchy
    VisualElement.cacheAsBitmap
    VisualElement.parent
    VisualElement.panel
    VisualElement.this[int]
    VisualElement.childCount
    VisualElement.schedule
    VisualElement.style
    VisualElement.customStyle
    VisualElement.resolvedStyle
    VisualElement.styleSheets
    VisualElement.tooltip
    Focusable.Blur()
    Focusable.focusable
    Focusable.tabIndex
    Focusable.delegatesFocus
    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)
    CallbackEventHandler.HandleEvent(EventBase)
    CallbackEventHandler.HasTrickleDownHandlers()
    CallbackEventHandler.HasBubbleUpHandlers()
    CallbackEventHandler.ExecuteDefaultActionAtTarget(EventBase)
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Packages.VisualScripting.Editor.Stencils
    Assembly: solution.dll
    Syntax
    public class OnKeyPressStackNode : IteratorStackNode, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, ISelectable, IDropTarget, ICustomColor, IMovable, IVSGraphViewObserver, IRenamable, IHasGraphElementModel, IBadgeContainer

    Constructors

    Name Description
    OnKeyPressStackNode(Store, OnKeyPressEcsNodeModel, INodeBuilder)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)