C# Class CSharpGL.Demos.ParticleSimulatorRenderer

Inheritance: RendererBase
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
ParticleSimulatorRenderer ( ) : System.IO

Protected Methods

Method Description
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Method Details

DisposeUnmanagedResources() protected method

protected DisposeUnmanagedResources ( ) : void
return void

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
return void

ParticleSimulatorRenderer() public method

public ParticleSimulatorRenderer ( ) : System.IO
return System.IO