UnityEditor.Selection.Internal_CallSelectionChanged C# (CSharp) Method

Internal_CallSelectionChanged() private static method

private static Internal_CallSelectionChanged ( ) : void
return void
        private static void Internal_CallSelectionChanged()
        {
            if (selectionChanged != null)
            {
                selectionChanged.Invoke();
            }
        }