public class ParticleGroup extends Object
| Constructor and Description |
|---|
ParticleGroup() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAngle() |
float |
getAngularVelocity() |
int |
getBufferIndex() |
Vec2 |
getCenter() |
int |
getGroupFlags() |
float |
getInertia() |
Vec2 |
getLinearVelocity() |
float |
getMass() |
ParticleGroup |
getNext() |
int |
getParticleCount() |
Vec2 |
getPosition() |
Transform |
getTransform() |
Object |
getUserData() |
void |
setGroupFlags(int flags) |
void |
setUserData(Object data) |
void |
updateStatistics() |
public ParticleGroup getNext()
public int getParticleCount()
public int getBufferIndex()
public int getGroupFlags()
public void setGroupFlags(int flags)
public float getMass()
public float getInertia()
public Vec2 getCenter()
public Vec2 getLinearVelocity()
public float getAngularVelocity()
public Transform getTransform()
public Vec2 getPosition()
public float getAngle()
public Object getUserData()
public void setUserData(Object data)
public void updateStatistics()
Copyright © 2018. All rights reserved.