Click or drag to resize

LauncherEditRepositoryContentBrowserItem Constructor

Initializes a new instance of the LauncherEditRepositoryContentBrowserItem class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public LauncherEditRepositoryContentBrowserItem(
	LauncherEditRepositoryForm launcherEditRepositoryForm,
	ContentBrowser owner,
	ContentBrowserItem parent,
	string fullPath,
	bool isDirectory
)

Parameters

launcherEditRepositoryForm
Type: NeoAxis.EditorLauncherEditRepositoryForm
owner
Type: NeoAxis.EditorContentBrowser
parent
Type: NeoAxis.EditorContentBrowserItem
fullPath
Type: SystemString
isDirectory
Type: SystemBoolean
See Also