C# Class BEPUphysics.OtherSpaceStages.BoundingBoxUpdater

Updates the bounding box of managed objects.
Inheritance: MultithreadedProcessingStage
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
Add ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void

Adds an entry to the updater.

BoundingBoxUpdater ( TimeStepSettings timeStepSettings ) : System

Constructs the bounding box updater.

BoundingBoxUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System

Constructs the bounding box updater.

Remove ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void

Removes an entry from the updater.

Méthodes protégées

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

Private Methods

Méthode Description
LoopBody ( int i ) : void

Method Details

Add() public méthode

Adds an entry to the updater.
public Add ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void
entry BEPUphysics.Collidables.MobileCollidables.MobileCollidable Entry to add.
Résultat void

BoundingBoxUpdater() public méthode

Constructs the bounding box updater.
public BoundingBoxUpdater ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings Time step setttings to be used by the updater.
Résultat System

BoundingBoxUpdater() public méthode

Constructs the bounding box updater.
public BoundingBoxUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System
timeStepSettings TimeStepSettings Time step setttings to be used by the updater.
threadManager IThreadManager Thread manager to be used by the updater.
Résultat System

Remove() public méthode

Removes an entry from the updater.
public Remove ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void
entry BEPUphysics.Collidables.MobileCollidables.MobileCollidable Entry to remove.
Résultat void

UpdateMultithreaded() protected méthode

protected UpdateMultithreaded ( ) : void
Résultat void

UpdateSingleThreaded() protected méthode

protected UpdateSingleThreaded ( ) : void
Résultat void