C# Class Project290.Physics.Collision.ContactFeature

The features that intersect to form the contact point This must be 4 bytes or less.
显示文件 Open project: scastle/Solitude

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