@babylonjs/inspector 8.31.2-preview → 8.31.3-preview
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.
- package/lib/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
@@ -69659,6 +69659,7 @@ declare class Effect implements IDisposable {
|
|
69659
69659
|
private _processingContext;
|
69660
69660
|
private _processCodeAfterIncludes;
|
69661
69661
|
private _processFinalCode;
|
69662
|
+
private _onReleaseEffectsObserver;
|
69662
69663
|
/**
|
69663
69664
|
* Gets the shader language type used to write vertex and fragment source code.
|
69664
69665
|
*/
|