operator -(Vector2Int, Vector2Int)
Subtracts one vector from another.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Operator
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Vector2Int operator -(Vector2Int a, Vector2Int b)
Parameters
Returns
Type | Description |
|---|---|
| Vector2Int |
Remarks
Subtracts each component of from .
ba