UnityEditor.TagManagerInspector.CanRemoveSortLayerEntry C# (CSharp) Method

CanRemoveSortLayerEntry() private method

private CanRemoveSortLayerEntry ( ReorderableList list ) : bool
list UnityEditorInternal.ReorderableList
return bool
        private bool CanRemoveSortLayerEntry(ReorderableList list)
        {
            return this.CanEditSortLayerEntry(list.index);
        }