implicit operator half3(half)
Implicitly converts a single half value to a half3 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 half3(half v)
Parameters
half to convert to half3
Returns
Type | Description |
|---|---|
| half3 | Converted value. |