All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.createGuid.kt Maven / Gradle / Ivy

There is a newer version: 1.90.0-10
Show newest version
// Automatically generated - do not modify!

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy