Click or drag to resize

Vector3PosMod 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 Vector3 PosMod(
	float mod
)

Parameters

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

Return Value

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