babylonjs-serializers 8.31.3 → 8.31.4

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.
@@ -1404,6 +1404,10 @@ declare module BABYLON {
1404
1404
  enabled: boolean;
1405
1405
  /** Defines whether this extension is required */
1406
1406
  required: boolean;
1407
+ /**
1408
+ * Internal state to emit warning about instance color alpha once
1409
+ */
1410
+ private _instanceColorWarned;
1407
1411
  private _exporter;
1408
1412
  private _wasUsed;
1409
1413
  constructor(exporter: GLTFExporter);