This version of Unity is unsupported.

Selectable.DoStateTransition

Declaration

protected void DoStateTransition(UI.Selectable.SelectionState state, bool instant);

Parameters

state State to transition to.
instant Should the transition occur instantly.

Description

Transition the Selectable to the entered state.