Click or drag to resize

EditorAPI2GetObjectToCreateByContentBrowserItemEventDelegate 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 GetObjectToCreateByContentBrowserItemEventDelegate(
	ContentBrowserItem item,
	ref MetadataTypeInfo objectType,
	ref string referenceToObject,
	ref Object anyData
)

Parameters

item
Type: NeoAxis.EditorContentBrowserItem
objectType
Type: NeoAxisMetadataTypeInfo
referenceToObject
Type: SystemString
anyData
Type: SystemObject
See Also