Property | Type | Description | |
---|---|---|---|
currentEngine |
Method | Description | |
---|---|---|
EmbeddFile ( String filename ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
Engine ( int width, int height, string assetsDirectory = "./" ) : System | ||
Render ( ) : void |
Method | Description | |
---|---|---|
Draw ( |
||
LoadContent ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
checkWorld ( ) : void |
protected Draw ( |
||
gameTime | ||
return | void |
public static EmbeddFile ( String filename ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
filename | String | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public Engine ( int width, int height, string assetsDirectory = "./" ) : System | ||
width | int | |
height | int | |
assetsDirectory | string | |
return | System |
protected Update ( |
||
gameTime | ||
return | void |