Click or drag to resize

StoresWindowContentBrowserItem_StoreGroupItem Constructor

Initializes a new instance of the StoresWindowContentBrowserItem_StoreGroupItem class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ContentBrowserItem_StoreGroupItem(
	ContentBrowser owner,
	ContentBrowserItem parent,
	string text,
	StoresWindowStoreGroupType groupType
)

Parameters

owner  ContentBrowser
 
parent  ContentBrowserItem
 
text  String
 
groupType  StoresWindowStoreGroupType
 
See Also