Property | Type | Description | |
---|---|---|---|
Behaviors | List |
||
BlendState | |||
Depth | float | ||
Gravity | float | ||
MotionStretch | bool | ||
Pos | Vector3 | ||
PrimitiveCount | int | ||
RasterizerState | RasterizerState | ||
Rotation | float | ||
Scale | Vector2 | ||
ScaleSpeed | Vector2 | ||
Speed | Vector3 | ||
Vertices | CascadeVertex[] |
Property | Type | Description | |
---|---|---|---|
color | Color | ||
manager | ParticleManager |
Method | Description | |
---|---|---|
Draw ( GraphicsDevice GraphicsDevice, GraphicsDeviceManager graphics, |
||
IsTransparent ( ) : bool | ||
Particle ( |
||
Remove ( ) : void | ||
SetVertexPositions ( ) : void | ||
Update ( ) : void |
public Draw ( GraphicsDevice GraphicsDevice, GraphicsDeviceManager graphics, |
||
GraphicsDevice | GraphicsDevice | |
graphics | GraphicsDeviceManager | |
spriteBatch | ||
defaultRenderTarget | ||
width | float | |
height | float | |
return | void |
public Particle ( |
||
Manager | ||
pos | Vector3 | |
return | System |
public BlendState,Microsoft.Xna.Framework.Graphics BlendState | ||
return |