C# Class SMBaseAbstract.UpdateManager, InteractivePaint

Helper static class to ensure only one SurfaceObserver is processed per frame
Afficher le fichier Open project: OpenHID/InteractivePaint

Méthodes publiques

Méthode Description
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

Method Details

AddToUpdateQueue() public static méthode

Queues the provided command to be processed on its own frame
public static AddToUpdateQueue ( System command ) : void
command System The command to be processed
Résultat void

DoProcessingForFrame() public static méthode

Executes the next update if no updates have been executed on this frame or does nothing
public static DoProcessingForFrame ( ) : void
Résultat void