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