C# Class opentk.System3.System3

System3.
Inheritance: opentk.Scene.ParticleSystem.ParticleSystemBase
Datei anzeigen Open project: smalld/particle_system Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
GetInstanceInternal ( GameWindow win ) : ParticleSystem
InitializeSystem ( ) : void
PrepareStateCore ( ) : void
Publish ( int start, int count ) : void
Simulate ( System.DateTime simulationTime ) : void

Method Details

GetInstanceInternal() protected method

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

InitializeSystem() protected method

protected InitializeSystem ( ) : void
return void

PrepareStateCore() protected method

protected PrepareStateCore ( ) : void
return void

Publish() protected method

protected Publish ( int start, int count ) : void
start int
count int
return void

Simulate() protected method

protected Simulate ( System.DateTime simulationTime ) : void
simulationTime System.DateTime
return void