Click or drag to resize

XMLParserIsEmpty Method

Check whether the current element is empty (this only works for completely empty tags, e.g. <element \>).

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

Return Value

Type: Boolean

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

See Also