Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Axiom
Core
FrameEventArgs
C# 클래스 Axiom.Core.FrameEventArgs
Used to supply info to the FrameStarted and FrameEnded events.
상속:
System.EventArgs
파일 보기
프로젝트 열기: WolfgangSt/axiom
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
StopRendering
bool
TimeSinceLastEvent
float
TimeSinceLastFrame
float
프로퍼티 상세
StopRendering
공개적으로 프로퍼티
Request that the renderer stop the render loop
public
bool
StopRendering
리턴
bool
TimeSinceLastEvent
공개적으로 프로퍼티
Time elapsed (in milliseconds) since the last frame event.
public
float
TimeSinceLastEvent
리턴
float
TimeSinceLastFrame
공개적으로 프로퍼티
Time elapsed (in milliseconds) since the last frame.
public
float
TimeSinceLastFrame
리턴
float