Exemplo n.º 1
0
 public virtual void EndRender(DrawEventArgs args)
 {
 }
Exemplo n.º 2
0
 public virtual void RenderScene(DrawEventArgs args)
 {
     Rendering?.Invoke(this, args);
 }
Exemplo n.º 3
0
 public void RenderScene(DrawEventArgs args)
 {
     renderer.Render(Renderer);
 }
Exemplo n.º 4
0
 public virtual void BeginRender(DrawEventArgs args)
 {
 }
Exemplo n.º 5
0
 void ContextRendering(object aCtx, DrawEventArgs args)
 {
     RenderScene(args);
 }