C# Class FarseerPhysics.Collision.ContactFeature

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

Public Properties

Property Type Description
indexA byte
indexB byte
typeA byte
typeB byte

Property Details

indexA public property

Feature index on ShapeA
public byte indexA
return byte

indexB public property

Feature index on ShapeB
public byte indexB
return byte

typeA public property

The feature type on ShapeA
public byte typeA
return byte

typeB public property

The feature type on ShapeB
public byte typeB
return byte