Table of Contents

Struct ContactFeature

Namespace
Alis.Core.Physic.Collision
Assembly
Alis.dll

The features that intersect to form the contact point This must be 4 bytes or less.

public struct ContactFeature

Inherited Members

Fields

IndexA

Feature index on ShapeA

public byte IndexA

Field Value

byte

IndexB

Feature index on ShapeB

public byte IndexB

Field Value

byte

TypeA

The feature type on ShapeA

public byte TypeA

Field Value

byte

TypeB

The feature type on ShapeB

public byte TypeB

Field Value

byte