Пример #1
0
 /// <summary>If the file picker is `Active`, this will cancel it out and remove it from
 /// the stepper list. If it's already inactive, this does nothing!</summary>
 public static void Hide()
 {
     if (_inst != null)
     {
         StereoKitApp.RemoveStepper(_inst);
     }
     _inst = null;
 }
Пример #2
0
 public void Shutdown()
 {
     /// :CodeSample: HandMenuRadial HandRadialLayer HandMenuItem
     StereoKitApp.RemoveStepper(handMenu);
     /// :End:
 }
Пример #3
0
 public void Shutdown()
 {
     StereoKitApp.RemoveStepper(handMenu);
 }