main.cesium.createGuid.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* Creates a Globally unique identifier (GUID) string. A GUID is 128 bits long, and can guarantee uniqueness across space and time.
* ```
* this.guid = createGuid();
* ```
* @see Online Documentation
*/
external fun createGuid(): String