Assets.Scripts.Utils.Editor.SortingLayerSettingsEditor.OnEnable C# (CSharp) Метод

OnEnable() публичный Метод

public OnEnable ( ) : void
Результат void
        public void OnEnable()
        {
            _renderer = (target as SortingLayerSettings).GetComponent<Renderer>();
            _sortingLayerNames = GetSortingLayerNames();
        }