Метод | Описание | |
---|---|---|
AddToUpdateQueue ( System command ) : void |
Queues the provided command to be processed on its own frame
|
|
DoProcessingForFrame ( ) : void |
Executes the next update if no updates have been executed on this frame or does nothing
|
public static AddToUpdateQueue ( System command ) : void | ||
command | System | The command to be processed |
Результат | void |
public static DoProcessingForFrame ( ) : void | ||
Результат | void |