Click or drag to resize

SceneEditorUtilityCreateObjectByCreationDataEventDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void CreateObjectByCreationDataEventDelegate(
	MetadataTypeInfo objectType,
	string referenceToObject,
	Object anyData,
	Component createTo,
	ref Component newObject
)

Parameters

objectType
Type: NeoAxisMetadataTypeInfo
referenceToObject
Type: SystemString
anyData
Type: SystemObject
createTo
Type: NeoAxisComponent
newObject
Type: NeoAxisComponent
See Also