C# Class opentk.System4.System4

Show file Open project: smalld/particle_system Class Usage Examples

Private Properties

Property Type Description
PrepareState void
SetCamera void
SetViewport void

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
GetInstanceInternal ( GameWindow win ) : ParticleSystem
HandleFrame ( GameWindow window ) : void

Private Methods

Method Description
PrepareState ( ) : void
SetCamera ( GameWindow window ) : void
SetViewport ( int x, int y, int width, int height ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetInstanceInternal() protected method

protected GetInstanceInternal ( GameWindow win ) : ParticleSystem
win OpenTK.GameWindow
return ParticleSystem

HandleFrame() protected method

protected HandleFrame ( GameWindow window ) : void
window OpenTK.GameWindow
return void