Reorderable List Control for Unity
IElementAdderMenuBuilderTContextSetTypeDisplayNameFormatter Method |
Set the function that formats the display of type names in the user interface.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

void SetTypeDisplayNameFormatter( Func<Type, string> formatter )
function SetTypeDisplayNameFormatter( formatter : Func<Type, String> )
Parameters
- formatter
- Type: SystemFuncType, String
Function that formats display name of type; or null.

Specify a value of null for formatter to assume the default formatting function.
