Click or drag to resize

ContentBrowserOverrideItemTextDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void OverrideItemTextDelegate(
	ContentBrowser sender,
	ContentBrowserItem item,
	ref string text
)

Parameters

sender
Type: NeoAxis.EditorContentBrowser
item
Type: NeoAxis.EditorContentBrowserItem
text
Type: SystemString
See Also