C# 클래스 Reign.Core.IPlatform

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 프로퍼티들

프로퍼티 타입 설명
Singleton IPlatform

보호된 프로퍼티들

프로퍼티 타입 설명
time Time

공개 메소드들

메소드 설명
IPlatform ( )
Run ( IApplication application, int fps ) : void
UpdateAndRender ( ) : void

메소드 상세

IPlatform() 공개 메소드

public IPlatform ( )

Run() 공개 메소드

public Run ( IApplication application, int fps ) : void
application IApplication
fps int
리턴 void

UpdateAndRender() 공개 메소드

public UpdateAndRender ( ) : void
리턴 void

프로퍼티 상세

Singleton 공개적으로 정적으로 프로퍼티

public static IPlatform,Reign.Core Singleton
리턴 IPlatform

time 보호되어 있는 프로퍼티

protected Time,Reign.Core time
리턴 Time