Table of Contents

Enum PointState

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

This is used for determining the state of contact points.

public enum PointState

Fields

Null = 0

Point does not exist

Add = 1

Point was added in the update

Persist = 2

Point persisted across the update

Remove = 3

Point was removed in the update