implicit operator int3(int)
Implicitly converts a single int value to a int3 vector by assigning it to every component.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Operator
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static implicit operator int3(int v)
Parameters
int to convert to int3
Returns
Type | Description |
|---|---|
| int3 | Converted value. |