C# Класс BEPUphysics.PositionUpdating.PositionUpdater

Superclass of updaters which manage the position of objects.
Наследование: MultithreadedProcessingStage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
timeStepSettings TimeStepSettings

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

Метод Описание
Add ( IPositionUpdateable updateable ) : void

Adds an object to the position updater.

Remove ( IPositionUpdateable updateable ) : void

Removes an updateable from the updater.

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

Метод Описание
PositionUpdater ( TimeStepSettings timeStepSettings ) : System
PositionUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System

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

Add() публичный абстрактный метод

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

PositionUpdater() защищенный метод

protected PositionUpdater ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings
Результат System

PositionUpdater() защищенный метод

protected PositionUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System
timeStepSettings TimeStepSettings
threadManager IThreadManager
Результат System

Remove() публичный абстрактный метод

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

Описание свойств

timeStepSettings защищенное свойство

protected TimeStepSettings timeStepSettings
Результат TimeStepSettings