Operator Implicit
Implicit(Int32 to int3)
Implicitly converts a single int value to a int3 vector by assigning it to every component.
Declaration
public static implicit operator int3(int v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v | int to convert to int3 |
Returns
Type | Description |
---|---|
int3 | Converted value. |