Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FramePrev

Focus view on the previous element before the one currently selected.
Read time 1 minuteLast updated 12 days ago

Definition

FramePrev()

Focus view on the previous element before the one currently selected.
public EventPropagation FramePrev()

Returns

Type

Description

EventPropagationContinue 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

EventPropagationContinue if no elements in graph, Stop otherwise.