Package org.jbox2d.particle
Class ParticleDef
java.lang.Object
org.jbox2d.particle.ParticleDef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
The world position of the particle. -
velocity
The linear velocity of the particle in the world co-ordinates. -
color
The color of the particle. -
userData
Use this to store application-specific body data.
-
-
Constructor Details
-
ParticleDef
public ParticleDef()
-