當前位置: 首頁>>代碼示例>>C#>>正文


C# c000068.m000376方法代碼示例

本文整理匯總了C#中NS004.c000068.m000376方法的典型用法代碼示例。如果您正苦於以下問題:C# c000068.m000376方法的具體用法?C# c000068.m000376怎麽用?C# c000068.m000376使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在NS004.c000068的用法示例。


在下文中一共展示了c000068.m000376方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。

示例1: m0000a2

 public static void m0000a2(Texture2D p0, c000069 p1)
 {
     Exception exception;
     try
     {
         f000091 = new ReadOnlyCollection<c000068>(f000090);
         f000031 = 2f;
         f000033 = 1f;
         f00000a = true;
         f000058 = new SpriteBatch(c000074.GetGraphicsDevice());
         f000098 = new VertexDeclaration(Renderer.m0000d4(), VertexPositionColorTexture.VertexElements);
         f00005b = new List<c000069>();
         f00005b.Add(p1);
         f00002b = new c00006b();
         f00008f = new ReadOnlyCollection<c000068>(f00002b);
         f000092 = new LinkedList<c000068>();
         f000052 = new c000068(m00006b());
         f000052.m000375(1f);
         f000052.m000376(1f);
         f000052.m0000c0(true);
     }
     catch (Exception exception1)
     {
         exception = exception1;
         MessageBox.Show("Error setting GuiManager engine object references");
     }
     try
     {
         f000099 = p0;
         m000031();
     }
     catch (Exception exception2)
     {
         MessageBox.Show("Error setting GuiManager textures.  If you are seeing this, one reason may be that you do not have the  correct Managed DirectX files on your computer.  To download them,  go to www.flatredball.com, click on Resources on the top bar  and click on the \"DirectX Web Installer\" link under FlatRedBall  Prerequisites.  If you have already done this and your problem is not  solved, please visit the forums on www.flatredball.com and post about your  problem.\n\nAdditional Information:\n" + exception2.ToString());
     }
     try
     {
         f000096 = new List<struct01d4>();
         f000094 = new List<VertexBuffer>();
         m0000af();
         f000097[0] = 3;
         f000097[1] = 0;
         f000097[2] = 1;
         f000097[3] = 3;
         f000097[4] = 1;
         f000097[5] = 2;
         f000093 = new NumberFormatInfo();
         f000056 = true;
         f00009a = new List<string>();
     }
     catch (Exception exception3)
     {
         exception = exception3;
         MessageBox.Show("Error wrapping up GuiManager creation");
     }
     m0000b2();
 }
開發者ID:bing2008,項目名稱:CastNetGame,代碼行數:57,代碼來源:c000070.cs


注:本文中的NS004.c000068.m000376方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。