Property | Type | Description | |
---|---|---|---|
Angle | float | ||
AngularVelocity | float | ||
Color | Color | ||
LiveTime | float | ||
Position | Vector2 | ||
Size | Vector2 | ||
Size | float | ||
Texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
Velocity | Vector2 | ||
type |
Method | Description | |
---|---|---|
Draw ( |
||
Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 velocity, float angle, float angularVelocity, Color color, float size, float liveTime ) : System | ||
Particle ( Vector2 position, |
||
Particle ( Vector2 position, |
||
Particle ( Vector2 position, Vector2 size, Microsoft.Xna.Framework.Graphics.Texture2D texture, float angle, Vector2 velocity, float angularVelocity, float lifeTime, Color color ) : System | ||
Update ( float deltaTime ) : void |
public Draw ( |
||
spriteBatch | ||
return | void |
public Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 velocity, float angle, float angularVelocity, Color color, float size, float liveTime ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
velocity | Vector2 | |
angle | float | |
angularVelocity | float | |
color | Color | |
size | float | |
liveTime | float | |
return | System |
public Particle ( Vector2 position, |
||
position | Vector2 | |
font | ||
text | string | |
return | System |
public Particle ( Vector2 position, |
||
position | Vector2 | |
type | ||
return | System |
public Particle ( Vector2 position, Vector2 size, Microsoft.Xna.Framework.Graphics.Texture2D texture, float angle, Vector2 velocity, float angularVelocity, float lifeTime, Color color ) : System | ||
position | Vector2 | |
size | Vector2 | |
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
angle | float | |
velocity | Vector2 | |
angularVelocity | float | |
lifeTime | float | |
color | Color | |
return | System |
public Texture2D,Microsoft.Xna.Framework.Graphics Texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |