GetPresetLibraryEditor() public method

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
return PresetLibraryEditor
Exemplo n.º 1
0
 void OnDestroy()
 {
     if (m_CurvePresets != null)
     {
         m_CurvePresets.GetPresetLibraryEditor().UnloadUsedLibraries();
     }
 }