C# 클래스 XNAGraphics.KernelBundle.BasicsBundle.BasicCore

파일 보기 프로젝트 열기: joseruizjimenez/personal-training-martial-arts

공개 프로퍼티들

프로퍼티 타입 설명
r XNAGraphics.KernelBundle.BasicsBundle.BasicRegistry

보호된 프로퍼티들

프로퍼티 타입 설명
content ContentHandler
game Game1
screen Screen

공개 메소드들

메소드 설명
BasicCore ( Game1 game ) : System
Draw ( GameTime gameTime ) : System.Boolean
Initialize ( ) : System.Boolean
LoadContent ( ) : System.Boolean
UnloadContent ( ) : System.Boolean
Update ( GameTime gameTime ) : System.Boolean
onDraw ( GameTime gameTime ) : LayerCollection
onInitialize ( ) : System.Boolean
onLoadContent ( ) : System.Boolean
onUnloadContent ( ) : System.Boolean
onUpdate ( GameTime gameTime ) : LayerCollection

메소드 상세

BasicCore() 공개 메소드

public BasicCore ( Game1 game ) : System
game Game1
리턴 System

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : System.Boolean
gameTime Microsoft.Xna.Framework.GameTime
리턴 System.Boolean

Initialize() 공개 메소드

public Initialize ( ) : System.Boolean
리턴 System.Boolean

LoadContent() 공개 메소드

public LoadContent ( ) : System.Boolean
리턴 System.Boolean

UnloadContent() 공개 메소드

public UnloadContent ( ) : System.Boolean
리턴 System.Boolean

Update() 공개 메소드

public Update ( GameTime gameTime ) : System.Boolean
gameTime Microsoft.Xna.Framework.GameTime
리턴 System.Boolean

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

public abstract onDraw ( GameTime gameTime ) : LayerCollection
gameTime Microsoft.Xna.Framework.GameTime
리턴 XNAGraphics.ComponentBundle.LayerBundle.LayerCollection

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

public abstract onInitialize ( ) : System.Boolean
리턴 System.Boolean

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

public abstract onLoadContent ( ) : System.Boolean
리턴 System.Boolean

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

public abstract onUnloadContent ( ) : System.Boolean
리턴 System.Boolean

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

public abstract onUpdate ( GameTime gameTime ) : LayerCollection
gameTime Microsoft.Xna.Framework.GameTime
리턴 XNAGraphics.ComponentBundle.LayerBundle.LayerCollection

프로퍼티 상세

content 보호되어 있는 프로퍼티

protected ContentHandler content
리턴 ContentHandler

game 보호되어 있는 프로퍼티

protected Game1 game
리턴 Game1

r 공개적으로 프로퍼티

public BasicRegistry,XNAGraphics.KernelBundle.BasicsBundle r
리턴 XNAGraphics.KernelBundle.BasicsBundle.BasicRegistry

screen 보호되어 있는 프로퍼티

protected Screen screen
리턴 Screen