コード例 #1
0
ファイル: LGameXNA2DActivity.cs プロジェクト: nobcdz/LGame
 public LGameXNA2DActivity(XNABind game, int width, int height)
     : base(width, height)
 {
     LSystem.screenActivity = this;
     this.numformat         = new NumberFormatInfo();
     this.numformat.NumberDecimalSeparator = ".";
     this.m_game = game;
 }
コード例 #2
0
 public LGameXNA2DActivity(XNABind game, int width, int height)
     : base(width, height)
 {
     LSystem.screenActivity = this;
     this.numformat = new NumberFormatInfo();
     this.numformat.NumberDecimalSeparator = ".";
     this.m_game = game;
 }