enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseCapabilities used by Manipulators to easily determine valid actions on a GraphElement.
Selectable | The GraphElement is selectable. |
Collapsible | The GraphElement can be collapsed. |
Resizable | The GraphElement is resizable. |
Movable | The GraphElement is movable. |
Deletable | The GraphElement can be deleted. |
Droppable | The GraphElement can be dragged and dropped (using the Drag&Drop events). |
Ascendable | The GraphElement will be brought to the front of its layer when it is selected. |
Renamable | The GraphElement is renamable. |
Copiable | The GraphElement can be copied. |
Snappable | When Graph Snapping is enabled in Preferences, other GraphElements align with this GraphElement when the user drags them. |
Groupable | The GraphElement can be grouped. |
Stackable | The GraphElement can be placed in StackNode containers. |