Unload() public method

public Unload ( string res ) : void
res string
return void
 static public int Unload(IntPtr l)
 {
     try {
         GameFramework.AssetBundleManager self = (GameFramework.AssetBundleManager)checkSelf(l);
         System.String a1;
         checkType(l, 2, out a1);
         self.Unload(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }