C# Class Axiom.RenderSystems.OpenGLES.GLESPlugin

Plugin instance for GL Manager
Inheritance: IPlugin
Show file Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
_renderSystem GLESRenderSystem

Public Methods

Method Description
Initialize ( ) : void

Initializes the plugin.

Shutdown ( ) : void

Stops the plugin

Method Details

Initialize() public method

Initializes the plugin.
public Initialize ( ) : void
return void

Shutdown() public method

Stops the plugin
public Shutdown ( ) : void
return void

Property Details

_renderSystem protected property

protected GLESRenderSystem,Axiom.RenderSystems.OpenGLES _renderSystem
return GLESRenderSystem