GetPresetLibraryEditor() 공개 메소드

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
리턴 PresetLibraryEditor
예제 #1
0
 void OnDestroy()
 {
     if (m_CurvePresets != null)
     {
         m_CurvePresets.GetPresetLibraryEditor().UnloadUsedLibraries();
     }
 }