Version: 2017.2

GUI.GetNameOfFocusedControl

매뉴얼로 전환
public static string GetNameOfFocusedControl ();

설명

Get the name of named control that has focus.

Control names are set up by using SetNextControlName. When a named control has focus, this function will return its name. If no control has focus or the focused control has no name set, an empty string will be returned instead.

no example available in C#