コード例 #1
0
 public DotsAplenty(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host        = host;
     this.DrawOrder   = 1000;
     this.UpdateOrder = 1000;
 }
コード例 #2
0
 public MulticoloredSpace(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host        = host;
     this.DrawOrder   = 1000;
     this.UpdateOrder = 1000;
 }
コード例 #3
0
 public ZoomOut(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host        = host;
     this.DrawOrder   = 1000;
     this.UpdateOrder = 1000;
 }
コード例 #4
0
ファイル: WhiteNoise.cs プロジェクト: conankzhang/fez
 public WhiteNoise(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host      = host;
     this.DrawOrder = 1000;
 }