C# Class CSharpGL.Demos.ParticleSimulatorRenderer

Inheritance: RendererBase
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
ParticleSimulatorRenderer ( ) : System.IO

Méthodes protégées

Méthode Description
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Method Details

DisposeUnmanagedResources() protected méthode

protected DisposeUnmanagedResources ( ) : void
Résultat void

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void

ParticleSimulatorRenderer() public méthode

public ParticleSimulatorRenderer ( ) : System.IO
Résultat System.IO