yskang

adsk-forge-LevelSectionPanel-step10

Apr 29th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. unload() {
  2.     if ( this.panel ) {
  3.         this.panel.uninitialize();
  4.         delete this.panel;
  5.         this.panel = null;
  6.     }
  7.  
  8.     if ( this.subToolbar ) {
  9.         this.viewer.toolbar.removeControl( this.subToolbar );
  10.         delete this.subToolbar;
  11.         this.subToolbar = null;
  12.     }
  13.  
  14.     return true;
  15. }
Add Comment
Please, Sign In to add comment