Click or drag to resize

Vector3Modulus Operator (Vector3, Single)

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

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

Parameters

vec
Type: GodotVector3

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

divisor
Type: SystemSingle

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

Return Value

Type: Vector3

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

See Also