C# 클래스 Reign.Core.WinForms.Platform

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

공개 메소드들

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

비공개 메소드들

메소드 설명
PeekMessage ( Message &msg, IntPtr hWnd, uint messageFilterMin, uint messageFilterMax, uint flags ) : bool
mainLoop ( object sender, EventArgs e ) : void

메소드 상세

Run() 공개 메소드

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