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

Placemat

class in UnityEditor.Experimental.GraphView

/

继承自:Experimental.GraphView.GraphElement

切换到手册

描述

Allows interactive manipulation of elements (drag, hide) over a virtual placemat.

变量

CollapsedWhether the placemat is collapsed (true) or expanded (false).
CollapsedElementsThe list of elements hidden by the placemat when collapsed. The list is empty when the placemat is expanded.
CollapsedSizeThe size of the placemat when collapsed.
ColorThe color of the placemat.
ExpandedPositionThe rect representing the expanded placemat, regardless of the current collapsed state.
titleThe title of the placemat.
UncollapsedSizeThe size of the placemat when expanded.
ZOrderThe Z order of the placemat in the PlacematContainer.

构造函数

Placemat构造函数。

公共函数

SetPositionSets the placemat position
StartEditTitleSets the focus to the title of placemat and sets the title for editing.

受保护的函数

BuildContextualMenuAdds menu items to the placemat contextual menu.
SetCollapsedElementsSets the list of collapsed elements. This method is not meant to be called.

静态函数

ComputeElementBoundsCalculates the bounds of a list of graph elements.

继承的成员

变量

capabilitiesGraphElement 的功能。
elementTypeColor用于 MiniMap 视图的颜色。
layer图形中的 GraphElement 图层。
selected如果当前已选择 GraphElement,则为 true。
showInMiniMapWhether the element is shown in the minimap.
titleGraphElement 的标题。

公共函数

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。
Unselect取消选择 GraphElement。

受保护的函数

OnCustomStyleResolved当自定义样式属性解析时调用。