C# Класс SMBaseAbstract.UpdateManager, InteractivePaint

Helper static class to ensure only one SurfaceObserver is processed per frame
Показать файл Открыть проект

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

Метод Описание
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

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

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

Queues the provided command to be processed on its own frame
public static AddToUpdateQueue ( System command ) : void
command System The command to be processed
Результат void

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

Executes the next update if no updates have been executed on this frame or does nothing
public static DoProcessingForFrame ( ) : void
Результат void