Click or drag to resize

XMLParserSkipSection Method

Skips the current section. If the node contains other elements, they will be ignored and the cursor will go to the closing of the current element.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SkipSection()
See Also