Click or drag to resize

SceneStateGetNodeCount Method

Returns the number of nodes in the scene.

The idx argument used to query node data in other get_node_* methods in the interval [0, get_node_count() - 1].

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetNodeCount()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.SceneState.GetNodeCount"]

See Also