Click or drag to resize

HierarchyUnescapeName Method

Unescapes all the special symbols in the name.

Namespace:  KSPDev.ModelUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
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