Vector2PosMod Method (Vector2) |
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector2 PosMod(
Vector2 modv
)
Parameters
- modv
- Type: GodotVector2
A vector representing the divisors of the operation.
Return Value
Type:
Vector2A vector with each component
PosMod(Single, Single) by `modv`'s components.
See Also