C# Class BEPUphysics.MultithreadedProcessingStage

Superclass of processing systems which can use multiple threads.
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Update ( ) : void

Runs the processing stage.

Méthodes protégées

Méthode Description
UpdateMultithreaded ( ) : void
UpdateSingleThreaded ( ) : void

Private Methods

Méthode Description
StartClock ( ) : void
StopClock ( ) : void

Method Details

Update() public méthode

Runs the processing stage.
public Update ( ) : void
Résultat void

UpdateMultithreaded() protected abstract méthode

protected abstract UpdateMultithreaded ( ) : void
Résultat void

UpdateSingleThreaded() protected abstract méthode

protected abstract UpdateSingleThreaded ( ) : void
Résultat void