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)
Syntaxvoid 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.
RemarksSpecify a value of null for formatter to assume the default formatting function.
See Also