C# 클래스 CEngineSharp_Client.Graphics.Screen

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

공개 메소드들

메소드 설명
Render ( GameTime gameTime ) : void
Screen ( ) : System
Screen ( RenderWindow window ) : System
Unload ( ) : void

보호된 메소드들

메소드 설명
LoadInterface ( ) : void

비공개 메소드들

메소드 설명
_window_Closed ( object sender, EventArgs e ) : void

메소드 상세

LoadInterface() 보호된 추상적인 메소드

protected abstract LoadInterface ( ) : void
리턴 void

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

public abstract Render ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

Screen() 공개 메소드

public Screen ( ) : System
리턴 System

Screen() 공개 메소드

public Screen ( RenderWindow window ) : System
window SFML.Graphics.RenderWindow
리턴 System

Unload() 공개 메소드

public Unload ( ) : void
리턴 void