Click or drag to resize

NodeIsGreaterThan Method

Returns true if the given node occurs later in the scene hierarchy than the current node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsGreaterThan(
	Node node
)

Parameters

node
Type: GodotNode

[Missing <param name="node"/> documentation for "M:Godot.Node.IsGreaterThan(Godot.Node)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Node.IsGreaterThan(Godot.Node)"]

See Also