Skip to content

KBE3D / KBCore / Cesium / clone

函数: clone()

clone(object: any, deep?: boolean): any

Clones an object, returning a new object containing the same properties.

参数

object

any

The object to clone.

deep?

boolean

If true, all properties will be deep cloned recursively.

返回

any

The cloned object.

KBE3D @3.0.0 Copyright © 2024-present KBE3D