Creates a Globally unique identifier (GUID) string. A GUID is 128 bits long, and can guarantee uniqueness across space and time. Source: Core/createGuid.js, line 18 See: RFC 4122 A Universally Unique IDentifier (UUID) URN Namespace Returns: Type String Example this.guid = Cesium.createGuid();