C# Class BEPUphysics.PositionUpdating.PositionUpdater

Superclass of updaters which manage the position of objects.
Inheritance: MultithreadedProcessingStage
Afficher le fichier Open project: Indiefreaks/igf

Protected Properties

Свойство Type Description
timeStepSettings TimeStepSettings

Méthodes publiques

Méthode Description
Add ( IPositionUpdateable updateable ) : void

Adds an object to the position updater.

Remove ( IPositionUpdateable updateable ) : void

Removes an updateable from the updater.

Méthodes protégées

Méthode Description
PositionUpdater ( TimeStepSettings timeStepSettings ) : System
PositionUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System

Method Details

Add() public abstract méthode

Adds an object to the position updater.
Thrown if the updateable already belongs to a position updater.
public abstract Add ( IPositionUpdateable updateable ) : void
updateable IPositionUpdateable Updateable to add.
Résultat void

PositionUpdater() protected méthode

protected PositionUpdater ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings
Résultat System

PositionUpdater() protected méthode

protected PositionUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System
timeStepSettings TimeStepSettings
threadManager IThreadManager
Résultat System

Remove() public abstract méthode

Removes an updateable from the updater.
Thrown if the updater does not own the updateable.
public abstract Remove ( IPositionUpdateable updateable ) : void
updateable IPositionUpdateable Item to remove.
Résultat void

Property Details

timeStepSettings protected_oe property

protected TimeStepSettings timeStepSettings
Résultat TimeStepSettings