C# Class Genode.Window.UpdateFrameEventArgs

Provides data for the Genode.Window.RenderWindow Update events.
Inheritance: FrameEventArgs
ファイルを表示 Open project: SirusDoma/Genode Class Usage Examples

Public Methods

Method Description
UpdateFrameEventArgs ( double time ) : System

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

Method Details

UpdateFrameEventArgs() public method

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