Skip to content

KBE3D / KBCore / Cesium / createGuid

函数: createGuid()

createGuid(): string

Creates a Globally unique identifier (GUID) string. A GUID is 128 bits long, and can guarantee uniqueness across space and time.

返回

string

示例

ts
this.guid = Cesium.createGuid();

KBE3D @3.0.0 Copyright © 2024-present KBE3D