operator -(uint3)
Returns the result of a componentwise subtraction operation on two uint3 vectors.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Operator
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static uint3 operator -(uint3 val)
Parameters
Returns
Type | Description |
|---|---|
| uint3 | uint3 result of the componentwise subtraction. |