# Enumeration: PointState

This is used for determining the state of contact points.

## Enumeration Members

### addState

> **addState**: `1`

Point was added in the update

***

### nullState

> **nullState**: `0`

Point does not exist

***

### persistState

> **persistState**: `2`

Point persisted across the update

***

### removeState

> **removeState**: `3`

Point was removed in the update
