C# Класс BEPUphysics.UpdateableSystems.UpdateableManager

Superclass of updateable managers.
Наследование: MultithreadedProcessingStage
Показать файл Открыть проект

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

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

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

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

Notifies the manager that the updateable has changed sequential updating state.

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

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

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

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

Notifies the manager that the updateable has changed sequential updating state.
public abstract SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void
updateable ISpaceUpdateable Updateable with changed state.
Результат void

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

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

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

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

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

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

protected Action multithreadedUpdateDelegate
Результат Action

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

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