Click or drag to resize

Vector2PosMod Method (Single)

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 PosMod(
	float mod
)

Parameters

mod
Type: SystemSingle
A value representing the divisor of the operation.

Return Value

Type: Vector2
A vector with each component PosMod(Single, Single) by `mod`.
See Also