C# Class Ludiq.Reflection.Editor.Extensions

显示文件 Open project: lazlo-bonin/unity-reflection

Public Methods

Method Description
PrettyName ( this type ) : string

Returns the name for the given type where primitives are in their shortcut form.

Private Methods

Method Description
RemoveNamespace ( string typeFullName ) : string

Method Details

PrettyName() public static method

Returns the name for the given type where primitives are in their shortcut form.
public static PrettyName ( this type ) : string
type this
return string