UnityEditor.CurvePresetsContentsForPopupWindow.GetPresetLibraryEditor C# (CSharp) Метод

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

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
Результат PresetLibraryEditor
        public PresetLibraryEditor<CurvePresetLibrary> GetPresetLibraryEditor()
        {
            return this.m_CurveLibraryEditor;
        }

Usage Example

Пример #1
0
 void OnDestroy()
 {
     if (m_CurvePresets != null)
     {
         m_CurvePresets.GetPresetLibraryEditor().UnloadUsedLibraries();
     }
 }