Method | Description | |
---|---|---|
BindToEngine ( ScriptEngine engine ) : void | ||
CreateEmitter ( |
||
Emit ( |
||
Render ( double x, double y ) : void | ||
Setup ( int num ) : void | ||
Update ( double time ) : void |
Method | Description | |
---|---|---|
ParticleEngine ( ) : System |
public static BindToEngine ( ScriptEngine engine ) : void | ||
engine | ScriptEngine | |
return | void |
public static CreateEmitter ( |
||
image | ||
color | ||
life | double | |
speed | double | |
return |
public static Emit ( |
||
emitter | ||
times | int | |
return | void |
public static Render ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |