Exemple #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public DebugRender(Game game)
     : base(game)
 {
     RenderTarget	= null;
     Config	=	new DebugRenderConfig();
 }
Exemple #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public DebugRender(Game game) : base(game)
 {
     RenderTarget = null;
     Config       = new DebugRenderConfig();
 }