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

GraphView.FrameNext

Switch to Manual
public Experimental.UIElements.EventPropagation FrameNext ();
public Experimental.UIElements.EventPropagation FrameNext (Func<GraphElement,bool> predicate);

Parameters

predicateThe predicate used to sort the list of all existing graph element.

Returns

EventPropagation Continue if no elements in graph, Stop otherwise.

Description

Focus view on the next element after the one currently selected.