C# Class NewTOAPIA.GL.GLRenderable

Inheritance: NewTOAPIA.Modeling.Spacial, IRenderable
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Render ( GraphicsInterface gi ) : void

Protected Methods

Method Description
BeginRender ( GraphicsInterface gi ) : void
EndRender ( GraphicsInterface gi ) : void
RenderContent ( GraphicsInterface gi ) : void

Method Details

BeginRender() protected method

protected BeginRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

EndRender() protected method

protected EndRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

Render() public method

public Render ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void