FramePrev
Focus view on the previous element before the one currently selected.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
FramePrev()
Focus view on the previous element before the one currently selected.
public EventPropagation FramePrev()
Returns
Type | Description |
|---|---|
| EventPropagation | Continue if no elements in graph, Stop otherwise. |
FramePrev(Func<GraphElement, bool>)
Focus view on the previous element before the one currently selected.
public EventPropagation FramePrev(Func<GraphElement, bool> predicate)
Parameters
The predicate used to sort the list of all existing graph element.
Returns
Type | Description |
|---|---|
| EventPropagation | Continue if no elements in graph, Stop otherwise. |