Click or drag to resize

ComponentOnClone Method

Called when the object is cloned.

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

Parameters

context  MetadataCloneContext
 
newObject  Component
 
See Also