Click or drag to resize

HierarchyUnescapeName Method

Unescapes all the special symbols in the name.

Namespace:  KSPDev.ModelUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public static string UnescapeName(
	string escapedName
)
Request Example View Source

Parameters

escapedName
Type: SystemString
The name where all the special symbols are escaped.

Return Value

Type: String
An unescaped name.
See Also