@soonspacejs/plugin-effect 2.11.6 → 2.11.7

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/dist/index.d.ts CHANGED
@@ -185,9 +185,9 @@ declare class EffectPlugin {
185
185
  */
186
186
  createBuilds(options: BuildsOptions): PluginObject;
187
187
  removeEffect(id: PluginObjectInfo['id']): boolean;
188
- _waters: Map<string | number, WaterMesh>;
188
+ waterMeshs: Map<string | number, WaterMesh>;
189
189
  _waterUpdateHander: ISlot | null;
190
- createWater(options: CreateWaterOptions): void;
190
+ createWater(options: CreateWaterOptions): PluginObject;
191
191
  removeWater(id: PluginObjectInfo['id']): boolean;
192
192
  }
193
193
  export default EffectPlugin;