GetPresetLibraryEditor() public méthode

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
Résultat PresetLibraryEditor
 void OnDestroy()
 {
     if (m_CurvePresets != null)
     {
         m_CurvePresets.GetPresetLibraryEditor().UnloadUsedLibraries();
     }
 }