Inheritance: IUFramePackage
コード例 #1
0
 public void DrawControlPanel(Rect bounds, UFramePackage package)
 {
     if (GUI.Button(bounds, "Uninstall"))
     {
         InvertApplication.ExecuteInBackground(new QueueRevisionForUninstallCommand()
         {
             Package = package
         });
     }
 }
コード例 #2
0
 public UFramePackageDescriptor GetPackageDescriptorByPackage(UFramePackage package)
 {
     return GetPackageDescriptorById(package.Id);
 }