IElementAdderMenuBuilder(TContext).SetTypeDisplayNameFormatter Method

Rotorz ReorderableList

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)
Syntax
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.
Remarks

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

See Also