EngineObject.Clone Method
Creates a copy of an object.
Clone()
Creates a copy of an object.Syntax
public EngineObject Clone ()
Return Value
A copy of the object and any subobjects.
Remarks
Creates a deep copy of the object and any subobjects it refers to. Resource objects that are referenced by the object are not copied, instead only the reference to them are copied.
Platforms
Windows, Linux, Android