Lib.numbers.vec3.HasVec3Changed - tixl3d/tixl GitHub Wiki
Checks if the change of the incoming vector exceeded the given threshold.
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Vector3) | - |
| Threshold (Single) | - |
| Mode (Int32) | - |
| MinTimeBetweenHits (Single) | - |
| PreventContinuedChanges (Boolean) | - |
| Name | Type |
|---|---|
| HasChanged | System.Boolean |
| Delta | System.Numerics.Vector3 |
| DeltaOnHit | System.Numerics.Vector3 |
⚠ Everything else is automatically generated and will be overwritten regularly.