Méthode | Description | |
---|---|---|
GetArmorBody ( int num ) : |
||
GetArmorFemale ( int num ) : |
||
GetArmorHead ( int num ) : |
||
GetArmorLegs ( int num ) : |
||
GetBackground ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetItem ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetLiquid ( int num ) : |
||
GetMisc ( string name ) : |
||
GetNPC ( int num ) : |
||
GetShroomTop ( int num ) : |
||
GetTile ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetTree ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetTreeBranches ( int num ) : |
||
GetTreeTops ( int num ) : |
||
GetUnderworld ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetWall ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
Textures ( IServiceProvider serviceProvider, GraphicsDevice gdDevice ) : System |
Méthode | Description | |
---|---|---|
LoadTexture ( string path ) : Microsoft.Xna.Framework.Graphics.Texture2D |
public GetArmorBody ( int num ) : |
||
num | int | |
Résultat |
public GetArmorFemale ( int num ) : |
||
num | int | |
Résultat |
public GetArmorHead ( int num ) : |
||
num | int | |
Résultat |
public GetArmorLegs ( int num ) : |
||
num | int | |
Résultat |
public GetBackground ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
num | int | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetItem ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
num | int | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetLiquid ( int num ) : |
||
num | int | |
Résultat |
public GetMisc ( string name ) : |
||
name | string | |
Résultat |
public GetNPC ( int num ) : |
||
num | int | |
Résultat |
public GetShroomTop ( int num ) : |
||
num | int | |
Résultat |
public GetTile ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
num | int | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetTree ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
num | int | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetTreeBranches ( int num ) : |
||
num | int | |
Résultat |
public GetTreeTops ( int num ) : |
||
num | int | |
Résultat |
public GetUnderworld ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
num | int | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetWall ( int num ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
num | int | |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public Textures ( IServiceProvider serviceProvider, GraphicsDevice gdDevice ) : System | ||
serviceProvider | IServiceProvider | |
gdDevice | GraphicsDevice | |
Résultat | System |