コード例 #1
0
 public override bool Draw()
 {
     if (MyGuiSandbox.IsDebugScreenEnabled() == false)
     {
         return(false);
     }
     if (!base.Draw())
     {
         return(false);
     }
     return(true);
 }