UnityEditor.SketchUpImportDlg.OnTreeSelectionChanged C# (CSharp) Method

OnTreeSelectionChanged() public method

public OnTreeSelectionChanged ( int selection ) : void
selection int
return void
        public void OnTreeSelectionChanged(int[] selection)
        {
            this.m_Selection = selection;
        }