Table of Contents

Enum Contact.ContactType

Namespace
Alis.Core.Physic.Dynamics.Contacts
Assembly
Alis.dll

The contact type enum

private enum Contact.ContactType

Fields

NotSupported = 0

The not supported contact type

Polygon = 1

The polygon contact type

PolygonAndCircle = 2

The polygon and circle contact type

Circle = 3

The circle contact type

EdgeAndPolygon = 4

The edge and polygon contact type

EdgeAndCircle = 5

The edge and circle contact type

ChainAndPolygon = 6

The chain and polygon contact type

ChainAndCircle = 7

The chain and circle contact type