C# Class Project290.Physics.Collision.ContactFeature

The features that intersect to form the contact point This must be 4 bytes or less.
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Свойство Type Description
IndexA byte
IndexB byte
TypeA byte
TypeB byte

Property Details

IndexA public_oe property

Feature index on ShapeA
public byte IndexA
Résultat byte

IndexB public_oe property

Feature index on ShapeB
public byte IndexB
Résultat byte

TypeA public_oe property

The feature type on ShapeA
public byte TypeA
Résultat byte

TypeB public_oe property

The feature type on ShapeB
public byte TypeB
Résultat byte