| VectorOp | |
|---|---|
|
|
| Type | |
| Category | Vector > Operations |
VectorOp
Description
Sums 2 Vector2s.
Enums
Enum #1
There is currently no description for the enum #1.
- Vector2
- Vector3
- Vector2i
- Vector3i
Enum #2
There is currently no description for the enum #2.
- Add
- Subtract
- Multiply
- Divide
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| Vector2 | a (a) |
There is currently no description for the argument a. |
Vector2(0, 0) |
| Vector2 | b (b) |
There is currently no description for the argument b. |
Vector2(0, 0) |
Outputs
Vector2 - result (a + b)
There is currently no description for output result.