public class ParticleContact extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
flags
The logical sum of the particle behaviors that have been set.
|
int |
indexA
Indices of the respective particles making contact.
|
int |
indexB
Indices of the respective particles making contact.
|
Vec2 |
normal
The normalized direction from A to B.
|
float |
weight
Weight of the contact.
|
| Constructor and Description |
|---|
ParticleContact() |
public int indexA
public int indexB
public int flags
public float weight
public final Vec2 normal
Copyright © 2018. All rights reserved.