프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Randomness | Vector2 |
메소드 | 설명 | |
---|---|---|
Draw ( |
||
Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 velocity, float angle, float angularVelocity, Color color, float size, int ttl ) : System | ||
Update ( ) : void |
public Draw ( |
||
spriteBatch | ||
리턴 | void |
public Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
random | ||
리턴 | System |
public Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 velocity, float angle, float angularVelocity, Color color, float size, int ttl ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
velocity | Vector2 | |
angle | float | |
angularVelocity | float | |
color | Color | |
size | float | |
ttl | int | |
리턴 | System |