Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Axiom
Core
FrameEventArgs
C# Class Axiom.Core.FrameEventArgs
Used to supply info to the FrameStarted and FrameEnded events.
Inheritance:
System.EventArgs
Show file
Open project: WolfgangSt/axiom
Class Usage Examples
Public Properties
Property
Type
Description
StopRendering
bool
TimeSinceLastEvent
float
TimeSinceLastFrame
float
Property Details
StopRendering
public property
Request that the renderer stop the render loop
public
bool
StopRendering
return
bool
TimeSinceLastEvent
public property
Time elapsed (in milliseconds) since the last frame event.
public
float
TimeSinceLastEvent
return
float
TimeSinceLastFrame
public property
Time elapsed (in milliseconds) since the last frame.
public
float
TimeSinceLastFrame
return
float