UnityEditor.TagManagerInspector.CanRemoveSortLayerEntry C# (CSharp) 메소드

CanRemoveSortLayerEntry() 개인적인 메소드

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