Click or drag to resize

ContentBrowserItem_Virtual Constructor

Initializes a new instance of the ContentBrowserItem_Virtual class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ContentBrowserItem_Virtual(
	ContentBrowser owner,
	ContentBrowserItem parent,
	string text
)

Parameters

owner
Type: NeoAxis.EditorContentBrowser
parent
Type: NeoAxis.EditorContentBrowserItem
text
Type: SystemString
See Also