Click or drag to resize

QuatUnaryNegation Operator

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

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

Parameters

left
Type: GodotQuat

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

Return Value

Type: Quat

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

See Also