C# 클래스 Sharplike.Core.Runtime.AbstractGameLoop

파일 보기 프로젝트 열기: eropple/sharplike 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void

Called when the game is ready to begin. This is the entry-point for subclasses of AbstractGameLoop.

메소드 상세

Begin() 공개 추상적인 메소드

Called when the game is ready to begin. This is the entry-point for subclasses of AbstractGameLoop.
public abstract Begin ( ) : void
리턴 void