Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
particle_systems [2015/03/05 02:06] chris |
particle_systems [2015/05/08 23:32] chris |
||
---|---|---|---|
Line 67: | Line 67: | ||
| DieOnCollision | bool | | If true, particles will die on collision, otherwise, it calls the collide method or defaults to bouncing. Default true | | | DieOnCollision | bool | | If true, particles will die on collision, otherwise, it calls the collide method or defaults to bouncing. Default true | | ||
| AutoGravity | bool | | If true, gravity is automatically applied to ''Acc''. Default false | | | AutoGravity | bool | | If true, gravity is automatically applied to ''Acc''. Default false | | ||
+ | | Wind | float | | Coefficient of wind affect. Default 1.0 | | ||
=== Methods === | === Methods === |