Property | Type | Description | |
---|---|---|---|
r | XNAGraphics.KernelBundle.BasicsBundle.BasicRegistry |
Property | Type | Description | |
---|---|---|---|
content | ContentHandler | ||
game | Game1 | ||
screen | Screen |
Method | Description | |
---|---|---|
BasicCore ( Game1 game ) : System | ||
Draw ( |
||
Initialize ( ) : System.Boolean | ||
LoadContent ( ) : System.Boolean | ||
UnloadContent ( ) : System.Boolean | ||
Update ( |
||
onDraw ( |
||
onInitialize ( ) : System.Boolean | ||
onLoadContent ( ) : System.Boolean | ||
onUnloadContent ( ) : System.Boolean | ||
onUpdate ( |
public Draw ( |
||
gameTime | ||
return | System.Boolean |
public Update ( |
||
gameTime | ||
return | System.Boolean |
public abstract onDraw ( |
||
gameTime | ||
return |
public abstract onInitialize ( ) : System.Boolean | ||
return | System.Boolean |
public abstract onLoadContent ( ) : System.Boolean | ||
return | System.Boolean |
public abstract onUnloadContent ( ) : System.Boolean | ||
return | System.Boolean |
public abstract onUpdate ( |
||
gameTime | ||
return |
public BasicRegistry,XNAGraphics.KernelBundle.BasicsBundle r | ||
return | XNAGraphics.KernelBundle.BasicsBundle.BasicRegistry |