ICustomNativeVisualizer.Clone Method
Called to create a copy of the custom object.
Clone()
Called to create a copy of the custom object.Syntax
public ICustomNativeVisualizer Clone ()
Return Value
An identical copy of the custom object.
Remarks
This method is called when the referring proxy object is cloned and should return a copy of the custom object.
The InitNew method will be called on the new instance before it is used.
The Clone method should always be implemented because Carmenta Engine sometimes clones objects, either depending on how they are used in a configuration or because an application calls Clone on a Carmenta Engine object (not necessarily the custom object itself).
Platforms
Windows, Linux, Android