Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Capabilities

Capabilities used by Manipulators to easily determine valid actions on a GraphElement.
Read time 1 minuteLast updated 6 days ago

Definition

[Flags]public enum Capabilities

Fields

Value

Description

AscendableThe GraphElement will be brought to the front of its layer when it is selected.
CollapsibleThe GraphElement can be collapsed.
CopiableThe GraphElement can be copied.
DeletableThe GraphElement can be deleted.
DroppableThe GraphElement can be dragged and dropped (using the Drag&Drop events).
GroupableThe GraphElement can be grouped.
MovableThe GraphElement is movable.
RenamableThe GraphElement is renamable.
ResizableThe GraphElement is resizable.
SelectableThe GraphElement is selectable.
SnappableWhen Graph Snapping is enabled in Preferences, other GraphElements align with this GraphElement when the user drags them.
StackableThe GraphElement can be placed in StackNode containers.