PointState Enumeration |
Namespace: Internal.tainicom.Aether.Physics2D.Collision
public enum PointState
| Member name | Value | Description | |
|---|---|---|---|
| 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 |