Destroy() public method

public Destroy ( ) : void
return void
Beispiel #1
0
 void OnDisable()
 {
     if (sceneGUIHandler != null)
     {
         sceneGUIHandler.Destroy();
         sceneGUIHandler = null;
     }
 }
    void OnDisable()
    {
        if (sceneGUIHandler != null)
        {
            sceneGUIHandler.Destroy();
            sceneGUIHandler = null;
        }

        tk2dEditorSkin.Done();
    }