Property | Type | Description | |
---|---|---|---|
multithreadedUpdateDelegate | Action |
||
timeStepSettings | TimeStepSettings |
Method | Description | |
---|---|---|
SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void |
Notifies the manager that the updateable has changed sequential updating state.
|
Method | Description | |
---|---|---|
UpdateableManager ( TimeStepSettings timeStepSettings ) : System | ||
UpdateableManager ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System |
public abstract SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void | ||
updateable | ISpaceUpdateable | Updateable with changed state. |
return | void |
protected UpdateableManager ( TimeStepSettings timeStepSettings ) : System | ||
timeStepSettings | TimeStepSettings | |
return | System |
protected UpdateableManager ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System | ||
timeStepSettings | TimeStepSettings | |
threadManager | IThreadManager | |
return | System |
protected Action |
||
return | Action |