示例#1
0
 void OnDestroy()
 {
     if (clipEditor != null)
     {
         clipEditor.Destroy();
     }
 }
    void OnDestroy()
    {
        if (clipEditor != null)
        {
            clipEditor.Destroy();
        }

        tk2dEditorSkin.Done();
    }