The '''PositionSimulatorModule''' component is the most essential particle simulator module. Without it, particles will not move, and won't have velocity.
This component is part of the [[Photon Dust]] system made by [[User:Frooxius|Frooxius]].
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Collisions|Bool|
|Collisions|Bool| Whether particles should have collisions.
|CollisionLifetimeLossRatio|Float|
|CollisionLifetimeLossRatio|Float| How much lifetime percentage from 0<->1 should particles loose when hitting a surface?
|CollisionBounceRatio|Float|
|CollisionBounceRatio|Float| How much velocity should particles retain as a percentage from 0<->1 when bouncing off of a surface?
}}
== Sync Delegates ==
{{Table ComponentTriggers
}}
}}
== Usage ==
== Usage ==
Attach to a slot, add to the list of modules in a [[Component:ParticleSystem]], and adjust the values to make the desired effect from this component.