Method | 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.
|
Method | Description | |
---|---|---|
UpdateMultithreaded ( ) : void | ||
UpdateSingleThreaded ( ) : void |
Method | Description | |
---|---|---|
LoopBody ( int i ) : void |
public Add ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void | ||
entry | BEPUphysics.Collidables.MobileCollidables.MobileCollidable | Entry to add. |
return | void |
public BoundingBoxUpdater ( TimeStepSettings timeStepSettings ) : System | ||
timeStepSettings | TimeStepSettings | Time step setttings to be used by the updater. |
return | System |
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. |
return | System |
public Remove ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void | ||
entry | BEPUphysics.Collidables.MobileCollidables.MobileCollidable | Entry to remove. |
return | void |