Click or drag to resize

PlaneEquals Method (Plane)

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Equals(
	Plane other
)

Parameters

other
Type: GodotPlane

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also