Свойство | Тип | Описание | |
---|---|---|---|
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 |
public abstract SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void | ||
updateable | ISpaceUpdateable | Updateable with changed state. |
Результат | void |
protected UpdateableManager ( TimeStepSettings timeStepSettings ) : System | ||
timeStepSettings | TimeStepSettings | |
Результат | System |
protected UpdateableManager ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System | ||
timeStepSettings | TimeStepSettings | |
threadManager | IThreadManager | |
Результат | System |
protected Action |
||
Результат | Action |