C# Класс BEPUphysics.OtherSpaceStages.BoundingBoxUpdater

Updates the bounding box of managed objects.
Наследование: MultithreadedProcessingStage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
UpdateMultithreaded ( ) : void
UpdateSingleThreaded ( ) : void

Приватные методы

Метод Описание
LoopBody ( int i ) : void

Описание методов

Add() публичный Метод

Adds an entry to the updater.
public Add ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void
entry BEPUphysics.Collidables.MobileCollidables.MobileCollidable Entry to add.
Результат void

BoundingBoxUpdater() публичный Метод

Constructs the bounding box updater.
public BoundingBoxUpdater ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings Time step setttings to be used by the updater.
Результат System

BoundingBoxUpdater() публичный Метод

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.
Результат System

Remove() публичный Метод

Removes an entry from the updater.
public Remove ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void
entry BEPUphysics.Collidables.MobileCollidables.MobileCollidable Entry to remove.
Результат void

UpdateMultithreaded() защищенный Метод

protected UpdateMultithreaded ( ) : void
Результат void

UpdateSingleThreaded() защищенный Метод

protected UpdateSingleThreaded ( ) : void
Результат void