Click or drag to resize

Vector3Modulus Operator (Vector3, Vector3)

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

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

Parameters

vec
Type: GodotVector3

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

divisorv
Type: GodotVector3

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

Return Value

Type: Vector3

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

See Also