Click or drag to resize

Vector3PosMod Method (Vector3)

Returns a vector composed of the PosMod(Single, Single) of this vector's components and `modv`'s components.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 PosMod(
	Vector3 modv
)

Parameters

modv
Type: GodotVector3
A vector representing the divisors of the operation.

Return Value

Type: Vector3
A vector with each component PosMod(Single, Single) by `modv`'s components.
See Also