C# 클래스 Pong.PongExample

상속: Squared.Render.MultithreadedGame
파일 보기 프로젝트 열기: sq/Fracture 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime, Frame frame ) : void
PongExample ( ) : System
ResetPlayfield ( int loserIndex ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime, Frame frame ) : void
gameTime Microsoft.Xna.Framework.GameTime
frame Frame
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

PongExample() 공개 메소드

public PongExample ( ) : System
리턴 System

ResetPlayfield() 공개 메소드

public ResetPlayfield ( int loserIndex ) : void
loserIndex int
리턴 void

UnloadContent() 보호된 메소드

protected UnloadContent ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void