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

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
Результат PresetLibraryEditor
Пример #1
0
 void OnDestroy()
 {
     if (m_CurvePresets != null)
     {
         m_CurvePresets.GetPresetLibraryEditor().UnloadUsedLibraries();
     }
 }