C# Class FarseerPhysics.Collision.ContactFeature

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

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