C# Class opentk.System4.System4

Afficher le fichier Open project: smalld/particle_system Class Usage Examples

Private Properties

Свойство Type Description
PrepareState void
SetCamera void
SetViewport void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
GetInstanceInternal ( GameWindow win ) : ParticleSystem
HandleFrame ( GameWindow window ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetInstanceInternal() protected méthode

protected GetInstanceInternal ( GameWindow win ) : ParticleSystem
win OpenTK.GameWindow
Résultat ParticleSystem

HandleFrame() protected méthode

protected HandleFrame ( GameWindow window ) : void
window OpenTK.GameWindow
Résultat void