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 | GraphElement is selectable. |
Collapsible | GraphElement can be collapsed. |
Resizable | GraphElement is resizable. |
Movable | GraphElement is movable. |
Deletable | GraphElement can be deleted. |
Droppable | GraphElement can be dragged and dropped (using the Drag&Drop events). |
Ascendable | GraphElement will be brought to the front of its layer when it is selected. |