HasVec2Changed¶
Checks if the change of the incoming vector exceeded the given threshold.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Vector2 Required) | — |
| Threshold (Single) | — |
| MinTimeBetweenHits (Single) | — |
| PreventContinuedChanges (Boolean) | — |
Outputs¶
| Name | Type |
|---|---|
| HasChanged | System.Boolean |
| Delta | System.Numerics.Vector2 |