C# Class BEPUphysics.MultithreadedProcessingStage

Superclass of processing systems which can use multiple threads.
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
Update ( ) : void

Runs the processing stage.

Protected Methods

Method Description
UpdateMultithreaded ( ) : void
UpdateSingleThreaded ( ) : void

Private Methods

Method Description
StartClock ( ) : void
StopClock ( ) : void

Method Details

Update() public method

Runs the processing stage.
public Update ( ) : void
return void

UpdateMultithreaded() protected abstract method

protected abstract UpdateMultithreaded ( ) : void
return void

UpdateSingleThreaded() protected abstract method

protected abstract UpdateSingleThreaded ( ) : void
return void