Click or drag to resize

XMLParserGetNodeType Method

Gets the type of the current node. Compare with XMLParserNodeType constants.

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

Return Value

Type: XMLParserNodeType

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

See Also