UnityEditor.HeapshotWindow.SelectProfilerClick C# (CSharp) Method

SelectProfilerClick() private method

private SelectProfilerClick ( object userData, string options, int selected ) : void
userData object
options string
selected int
return void
        private void SelectProfilerClick(object userData, string[] options, int selected)
        {
            int guid = this.connectionGuids[selected];
            this.lastOpenedProfiler = ProfilerDriver.GetConnectionIdentifier(guid);
            ProfilerDriver.connectedProfiler = guid;
        }