C# Class Axiom.Core.FrameEventArgs

Used to supply info to the FrameStarted and FrameEnded events.
Inheritance: System.EventArgs
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
StopRendering bool
TimeSinceLastEvent float
TimeSinceLastFrame float

Property Details

StopRendering public_oe property

Request that the renderer stop the render loop
public bool StopRendering
return bool

TimeSinceLastEvent public_oe property

Time elapsed (in milliseconds) since the last frame event.
public float TimeSinceLastEvent
return float

TimeSinceLastFrame public_oe property

Time elapsed (in milliseconds) since the last frame.
public float TimeSinceLastFrame
return float