Click or drag to resize

ComponentOnClone Method

Called when the object is cloned.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnClone(
	MetadataCloneContext context,
	Component newObject
)

Parameters

context
Type: NeoAxisMetadataCloneContext
newObject
Type: NeoAxisComponent
See Also