Click or drag to resize

PlaneUnaryNegation Operator

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

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

Parameters

plane
Type: GodotPlane

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

Return Value

Type: Plane

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

See Also