IElementAdderMenuBuilderTContextSetTypeDisplayNameFormatter Method |
Set the function that formats the display of type names in the user interface.
Namespace: Rotorz.ReorderableListAssembly: 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