Click or drag to resize

SceneEditorCreateObjectWhatTypeWillCreatedEventDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void CreateObjectWhatTypeWillCreatedEventDelegate(
	MetadataTypeInfo objectType,
	string referenceToObject,
	ref MetadataTypeInfo type
)

Parameters

objectType
Type: NeoAxisMetadataTypeInfo
referenceToObject
Type: SystemString
type
Type: NeoAxisMetadataTypeInfo
See Also