Property | Type | Description | |
---|---|---|---|
GraphicsDevice | GraphicsDevice |
Method | Description | |
---|---|---|
LoadShipImage ( int ShipID, ShipSize size, bool isBroken = false ) : Microsoft.Xna.Framework.Graphics.Texture2D |
Method | Description | |
---|---|---|
Bitmap2Texture2D ( System bitmap ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
Load1024Img ( int shipid, bool isBroken ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
Load128Img ( int shipid, bool isBroken ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
Load64Img ( int shipid, bool isBroken ) : Microsoft.Xna.Framework.Graphics.Texture2D |
public static LoadShipImage ( int ShipID, ShipSize size, bool isBroken = false ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
ShipID | int | |
size | ShipSize | |
isBroken | bool | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |