| Vector2IAddition Operator |
| Name | Description | |
|---|---|---|
| Addition(Vector2I, Vector2I) |
Sums the components of the passed vectors and returns the resulting vector.
| |
| Addition(Vector2I, Int32) |
Adds the passed value to each component of the passed vector.
|