Version: 2017.2

EventSystem.SetSelectedGameObject

Cambiar al Manual
public void SetSelectedGameObject (GameObject selected, EventSystems.BaseEventData pointer);

Parámetros

selected GameObject to select.
pointer Associated EventData.

Descripción

Set the object as selected. Will send an OnDeselect the the old selected object and OnSelect to the new selected object.