Click or drag to resize

TransformEquals Method (Transform)

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

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

Parameters

other
Type: GodotTransform

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also