RoundVec3¶
Rounds the incoming Vec3 value by the given precision and method. This can be useful for snapping positions onto a grid.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Vector3 Relevant) | — |
| Precision (Vector3) | — |
| Mode (Int32) | — |
Outputs¶
| Name | Type |
|---|---|
| Result | System.Numerics.Vector3 |