Click or drag to resize

XMLParserGetNodeName Method

Gets the name of the current element node. This will raise an error if the current node type is neither nor .

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.XMLParser.GetNodeName"]

See Also