C# 클래스 Fusion.Engine.Client.GameLoader

Performs loading of client-side game content. The derived class should create task where it loads all content. When task completed all visual and aural objects should be arranged in FinalizeLoad.
상속: System.DisposableBase
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
GameLoader ( ) : System

Creates instance of GameLoader.

Update ( GameTime gameTime ) : void

Called on each frame until GameLoader returns IsCompleted..

메소드 상세

GameLoader() 공개 메소드

Creates instance of GameLoader.
public GameLoader ( ) : System
리턴 System

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

Called on each frame until GameLoader returns IsCompleted..
abstract public Update ( GameTime gameTime ) : void
gameTime Fusion.Engine.Common.GameTime
리턴 void