Click or drag to resize

AABBEquals Method (AABB)

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

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

Parameters

other
Type: GodotAABB

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also