Click or drag to resize

Vector3UnaryNegation Operator

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

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

Parameters

vec
Type: GodotVector3

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

Return Value

Type: Vector3

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

See Also