Appearance
KBE3D / KBCore / Cesium / clone
clone(object: any, deep?: boolean): any
object
any
deep?
boolean
Clones an object, returning a new object containing the same properties.
The object to clone.
If true, all properties will be deep cloned recursively.
The cloned object.