This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

GraphView.FrameNext

public Experimental.GraphView.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.