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