C# Class Genode.Window.UpdateFrameEventArgs

Provides data for the Genode.Window.RenderWindow Update events.
Inheritance: FrameEventArgs
Afficher le fichier Open project: SirusDoma/Genode Class Usage Examples

Méthodes publiques

Méthode Description
UpdateFrameEventArgs ( double time ) : System

Initializes a new instance of the UpdateFrameEventArgs with specified delta time.

Method Details

UpdateFrameEventArgs() public méthode

Initializes a new instance of the UpdateFrameEventArgs with specified delta time.
public UpdateFrameEventArgs ( double time ) : System
time double The delta time of current frame.
Résultat System