프로퍼티 | 타입 | 설명 | |
---|---|---|---|
friction | float | ||
lifespan | float | ||
maxSpeed | FlxPoint | ||
minSpeed | FlxPoint |
메소드 | 설명 | |
---|---|---|
FlxParticle ( ) : System | ||
draw ( ) : void | ||
loadParticleGraphic ( Microsoft.Xna.Framework.Graphics.Texture2D Graphic, float Rotation, float Width, float Height ) : |
Internal function used by FlxEmitter to create the particles
|
|
onEmit ( ) : void | ||
reset ( float X, float Y ) : void | ||
update ( ) : void |
public loadParticleGraphic ( Microsoft.Xna.Framework.Graphics.Texture2D Graphic, float Rotation, float Width, float Height ) : |
||
Graphic | Microsoft.Xna.Framework.Graphics.Texture2D | |
Rotation | float | |
Width | float | |
Height | float | |
리턴 |