connected-spaces-platform.web 6.17.0 → 6.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23192,6 +23192,18 @@ export namespace Common {
23192
23192
  */
23193
23193
  // operator*
23194
23194
 
23195
+ /**
23196
+ * @description Whether two vectors are equal to one another. Has a .001f accuracy.
23197
+ * @param vector3 - Vector to compare
23198
+ */
23199
+ // operator==
23200
+
23201
+ /**
23202
+ * @description Whether two vectors are inequal to one another. Has a .001f accuracy.
23203
+ * @param vector3 - Vector to compare
23204
+ */
23205
+ // operator!=
23206
+
23195
23207
  delete(): void {
23196
23208
  if (this.ownsPointer && !this.disposed) {
23197
23209
  Module.ccall(
@@ -23357,6 +23369,18 @@ export namespace Common {
23357
23369
  */
23358
23370
  // operator*
23359
23371
 
23372
+ /**
23373
+ * @description Whether two vectors are equal to one another. Has a .001f accuracy.
23374
+ * @param vector3 - Vector to compare
23375
+ */
23376
+ // operator==
23377
+
23378
+ /**
23379
+ * @description Whether two vectors are inequal to one another. Has a .001f accuracy.
23380
+ * @param vector3 - Vector to compare
23381
+ */
23382
+ // operator!=
23383
+
23360
23384
  delete(): void {
23361
23385
  if (this.ownsPointer && !this.disposed) {
23362
23386
  Module.ccall(
@@ -23563,6 +23587,18 @@ export namespace Common {
23563
23587
  */
23564
23588
  // operator*
23565
23589
 
23590
+ /**
23591
+ * @description Whether two vectors are equal to one another. Has a .001f accuracy.
23592
+ * @param vector3 - Vector to compare
23593
+ */
23594
+ // operator==
23595
+
23596
+ /**
23597
+ * @description Whether two vectors are inequal to one another. Has a .001f accuracy.
23598
+ * @param vector3 - Vector to compare
23599
+ */
23600
+ // operator!=
23601
+
23566
23602
  delete(): void {
23567
23603
  if (this.ownsPointer && !this.disposed) {
23568
23604
  Module.ccall(
@@ -66440,6 +66476,10 @@ export namespace Common {
66440
66476
  if (_valueShouldFree) Module._free(_value);
66441
66477
  }
66442
66478
 
66479
+ // operator==
66480
+
66481
+ // operator!=
66482
+
66443
66483
  size(): number {
66444
66484
  var _returnValue = Module.ccall(
66445
66485
  `csp_common_Map_SizeC_size_t_${this.TKeyTypeName}_${this.TValueTypeName}`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "connected-spaces-platform.web",
3
3
  "displayName": "connected-spaces-platform.web",
4
- "version": "6.17.0",
4
+ "version": "6.19.0",
5
5
  "description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {