C# Class FarseerPhysics.Collision.ContactFeature

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

Public Properties

Property Type Description
indexA byte
indexB byte
typeA byte
typeB byte

Property Details

indexA public_oe property

Feature index on ShapeA
public byte indexA
return byte

indexB public_oe property

Feature index on ShapeB
public byte indexB
return byte

typeA public_oe property

The feature type on ShapeA
public byte typeA
return byte

typeB public_oe property

The feature type on ShapeB
public byte typeB
return byte