C# 클래스 SMBaseAbstract.UpdateManager, InteractivePaint

Helper static class to ensure only one SurfaceObserver is processed per frame
파일 보기 프로젝트 열기: OpenHID/InteractivePaint

공개 메소드들

메소드 설명
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