Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

StackNode

class in UnityEditor.Experimental.GraphView

/

继承自:Experimental.GraphView.Node


实现接口:ICollectibleElement, IDropTarget, IEventHandler, IExperimentalFeatures, IResolvedStyle, ISelectable, ITransform, ITransitionAnimations, IVisualElementScheduler

切换到手册

描述

使用此类可自定义 StackNodes 以及管理将 GraphElements 拖动到 StackNodes 上的操作。

变量

contentContainer此 StackNode 的内容容器。
dragEntered指示当前是否正在拖动此堆栈中的项。
dropPreviewTemplate使用此属性可自定义在将 GraphElements 拖动到 StackNode 上时显示的预览。
hasMultipleSelectionSupport如果 StackNode 支持多重选择,则返回 true。
headerContainer使用此属性可自定义此 StackNode 的标头。

构造函数

StackNodeStackNode 构造函数。

公共函数

AddElement将指定的 GraphElement 添加到 StackNode。
CanAcceptDrop指示此 StackNode 是否接受当前的放置事件。
CollectElementsRetrieves the set of nodes contained in this stack and its edges. The retrieved graph elements match a specific condition.
DragEnter当发生拖动离开事件时,将自动调用此方法。
DragExited当发生拖动退出事件时,将自动调用此方法。
DragLeave当发生拖动离开事件时,将自动调用此方法。
DragPerform当发生放置事件时,将自动调用此方法。
DragUpdated当发生拖动更新事件时,将自动调用此方法。
GetInsertionIndex如果将某一项放置在指定的世界位置,则在 StackNode 中检索插入索引。
InsertElement将指定的 GraphElement 插入到此 StackNode 中的指定索引处。
OnStartDragging当堆栈的一个元素即将被拖出时,将自动调用此方法。
RemoveElement从此 StackNode 中删除指定的 GraphElement。

受保护的函数

AcceptsElement检查是否可以将指定的 GraphElement 添加到此 StackNode。
OnCustomStyleResolved当自定义样式属性解析时调用。
OnSeparatorContextualMenuEvent当上下文菜单即将出现在 StackNode 分隔条上时,将自动调用此方法。

继承的成员

变量

capabilitiesGraphElement 的功能。
elementTypeColor用于 MiniMap 视图的颜色。
layer图形中的 GraphElement 图层。
selected如果当前已选择 GraphElement,则为 true。
showInMiniMapWhether the element is shown in the minimap.
titleGraphElement 的标题。
expanded节点是否已扩展。
extensionContainer用于显示自定义元素的空容器。添加元素后,调用 RefreshExpandedState 以切换该容器的可见性。
inputContainer用于输入端口的输入容器。
mainContainer包含所有其他容器的主容器。
outputContainer用于输出端口的输出容器。
title节点的标题元素。
titleButtonContainer标题栏按钮容器。包含右上角按钮。
titleContainer标题栏容器。
topContainer包含输入和输出容器的整个顶部区域。

公共函数

GetGlobalCenter获取 GraphElement 的中心点。
GetPosition获取 GraphElement 定位。
HitTest查看点是否在 GraphElement 之上。
IsAscendable检查 GraphElement 被选中时是否会被自动带到前面。
IsCopiableChecks whether the GraphElement is copiable.
IsDroppableGraphElement 可拖放。
IsGroupableChecks whether the GraphElement is groupable.
IsMovableGraphElement 可以移动。
IsRenamableGraphElement 可以重命名。
IsResizableGraphElement 可以重新确定大小。
IsSelectableGraphElement 是可选择的。
IsSelected当前已在特定容器中选择 GraphElement。
IsSnappableChecks whether the GraphElement is snappable.
IsStackableChecks whether the GraphElement is stackable.
OnSelected在选择 GraphElement 时调用。
OnUnselected在取消选择 GraphElement 时调用。
ResetLayer将 GraphElement 重置为其原始图层。
Select选择 GraphElement。
SetPosition设置 GraphElement 定位。
Unselect取消选择 GraphElement。
BuildContextualMenu向节点上下文菜单添加菜单项。
InstantiatePort创建一个特定于此节点的新端口。
RefreshExpandedState将自定义元素添加到 extensionContainer 后,调用此方法以使这些元素变得可见。
RefreshPorts刷新端口布局。
SetPosition设置节点位置。

受保护的函数

OnPortRemoved删除端口时调用。
ToggleCollapse切换节点的折叠状态。
UseDefaultStyling应用节点的默认样式。必须由使用自身 uxml 文件的 Node 子类显式调用此方法。