Click or drag to resize

Vector2Modulus Operator (Vector2, Single)

[Missing <summary> documentation for "M:Godot.Vector2.op_Modulus(Godot.Vector2,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector2 operator %(
	Vector2 vec,
	float divisor
)

Parameters

vec
Type: GodotVector2

[Missing <param name="vec"/> documentation for "M:Godot.Vector2.op_Modulus(Godot.Vector2,System.Single)"]

divisor
Type: SystemSingle

[Missing <param name="divisor"/> documentation for "M:Godot.Vector2.op_Modulus(Godot.Vector2,System.Single)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.Vector2.op_Modulus(Godot.Vector2,System.Single)"]

See Also