Click or drag to resize

Vector2Modulus Operator (Vector2, Vector2)

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

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

Parameters

vec
Type: GodotVector2

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

divisorv
Type: GodotVector2

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

Return Value

Type: Vector2

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

See Also