Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Axiom
Core
FrameEventArgs
C# Class Axiom.Core.FrameEventArgs
Used to supply info to the FrameStarted and FrameEnded events.
Inheritance:
System.EventArgs
Mostrar archivo
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