Struct BulletManifoldInternal
Contact point between 2 colliders.
Namespace: Evergine.Bullet
Assembly: Evergine.Bullet.dll
Syntax
public struct BulletManifoldInternal
Fields
BodyA
Body A.
Declaration
public nint BodyA
Field Value
Type | Description |
---|---|
nint |
BodyB
Body B.
Declaration
public nint BodyB
Field Value
Type | Description |
---|---|
nint |
Id
The index of the manifold.
Declaration
public int Id
Field Value
Type | Description |
---|---|
int |
NumContacts
The number of contacts.
Declaration
public int NumContacts
Field Value
Type | Description |
---|---|
int |