Метод | Описание | |
---|---|---|
AddLinkedMessages ( ) : void |
|
|
AddLinkedMessages ( int index ) : void |
|
|
AddMessage ( System.Action message ) : void |
|
|
AddTimer ( int delay, System.Action callback, bool oneshot = false ) : |
|
|
AddTimer ( |
|
|
AddUpdatable ( |
|
|
RemoveTimer ( |
|
|
RemoveUpdatable ( |
|
|
Start ( ) : void |
|
|
Stop ( ) : void |
|
|
TaskProcessorBase ( string name, int updateInterval = 10 ) : System |
|
Метод | Описание | |
---|---|---|
InternalStart ( ) : void |
|
|
InternalUpdate ( ) : void |
|
public AddLinkedMessages ( int index ) : void | ||
index | int | |
Результат | void |
public AddMessage ( System.Action message ) : void | ||
message | System.Action | |
Результат | void |
public AddTimer ( int delay, System.Action callback, bool oneshot = false ) : |
||
delay | int | |
callback | System.Action | |
oneshot | bool | |
Результат |
public AddTimer ( |
||
timer | ||
Результат | void |
public AddUpdatable ( |
||
updatable | ||
Результат | void |
public RemoveTimer ( |
||
timer | ||
Результат | void |
public RemoveUpdatable ( |
||
updatable | ||
Результат | void |
public TaskProcessorBase ( string name, int updateInterval = 10 ) : System | ||
name | string | |
updateInterval | int | |
Результат | System |