C# 클래스 SceneDemo1.SceneDemo1GameInterface

상속: Fusion.Engine.Common.UserInterface
파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
console Fusion.Framework.GameConsole

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DiscoveryResponse ( System endPoint, string serverInfo ) : void

Initialize ( ) : void

LoadContent ( ) : void

RequestToExit ( ) : void
SceneDemo1GameInterface ( Game game ) : System

Ctor

Update ( GameTime gameTime ) : void

Updates internal state of interface.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

DiscoveryResponse() 공개 메소드

public DiscoveryResponse ( System endPoint, string serverInfo ) : void
endPoint System
serverInfo string
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

RequestToExit() 공개 메소드

public RequestToExit ( ) : void
리턴 void

SceneDemo1GameInterface() 공개 메소드

Ctor
public SceneDemo1GameInterface ( Game game ) : System
game Game
리턴 System

Update() 공개 메소드

Updates internal state of interface.
public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

프로퍼티 상세

console 공개적으로 프로퍼티

public GameConsole,Fusion.Framework console
리턴 Fusion.Framework.GameConsole