Свойство | Type | Description | |
---|---|---|---|
damage | int | ||
image | Microsoft.Xna.Framework.Graphics.Texture2D | ||
position | Vector2 | ||
radius | int |
Méthode | Description | |
---|---|---|
Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D image, Vector2 position, Vector2 velocity, int radius ) : System | ||
Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D image, Vector2 position, float angle, float speed, int radius ) : System | ||
Draw ( |
||
Update ( float dt ) : void |
public Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D image, Vector2 position, Vector2 velocity, int radius ) : System | ||
image | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
velocity | Vector2 | |
radius | int | |
Résultat | System |
public Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D image, Vector2 position, float angle, float speed, int radius ) : System | ||
image | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
angle | float | |
speed | float | |
radius | int | |
Résultat | System |
public Draw ( |
||
spriteBatch | ||
Résultat | void |
public Texture2D,Microsoft.Xna.Framework.Graphics image | ||
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |