## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Fields]

## Details

# Enum PseudoBodyProcessor.DivergenceState

The divergence state of the pseudo body.

##### Namespace

* [Tilia.Trackers.PseudoBody]

##### Syntax

```
public enum DivergenceState
```

### Fields

| Name | Description |
| --- | --- |
| BecameConverged | the pseudo body is no longer diverged. |
| BecameDiverged | the pseudo body has become diverged. |
| NotDiverged | The pseudo body is not diverged. |
| StillDiverged | the pseudo body is still diverged. |

[Tilia.Trackers.PseudoBody]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Fields]: #Fields
