C# Class BEPUphysics.Threading.ParallelLoopWorker

Inheritance: IDisposable
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the worker.

Private Methods

Méthode Description
ParallelLoopWorker ( ParallelLoopManager manager, Action threadStart, object initializationInformation ) : System
Work ( ) : void

Method Details

Dispose() public méthode

Disposes the worker.
public Dispose ( ) : void
Résultat void