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();
     }
 }