Click or drag to resize

XMLParserGetAttributeName Method

Gets the name of the attribute specified by the index in idx argument.

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

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.XMLParser.GetAttributeName(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.XMLParser.GetAttributeName(System.Int32)"]

See Also