C# Class BEPUphysics.UpdateableSystems.UpdateableManager

Superclass of updateable managers.
Inheritance: MultithreadedProcessingStage
Datei anzeigen Open project: Indiefreaks/igf

Protected Properties

Property Type Description
multithreadedUpdateDelegate Action
timeStepSettings TimeStepSettings

Public Methods

Method Description
SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void

Notifies the manager that the updateable has changed sequential updating state.

Protected Methods

Method Description
UpdateableManager ( TimeStepSettings timeStepSettings ) : System
UpdateableManager ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System

Method Details

SequentialUpdatingStateChanged() public abstract method

Notifies the manager that the updateable has changed sequential updating state.
public abstract SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void
updateable ISpaceUpdateable Updateable with changed state.
return void

UpdateableManager() protected method

protected UpdateableManager ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings
return System

UpdateableManager() protected method

protected UpdateableManager ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System
timeStepSettings TimeStepSettings
threadManager IThreadManager
return System

Property Details

multithreadedUpdateDelegate protected_oe property

protected Action multithreadedUpdateDelegate
return Action

timeStepSettings protected_oe property

protected TimeStepSettings timeStepSettings
return TimeStepSettings