babylonjs-addons 8.5.0 → 8.6.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.
@@ -77,7 +77,7 @@ declare module ADDONS {
77
77
  */
78
78
  export const requestRelease: (requestId: string | null) => void;
79
79
  /**
80
- * Relase pointer events from the current owner
80
+ * Release pointer events from the current owner
81
81
  */
82
82
  export const releaseCurrent: () => void;
83
83
  }
@@ -145,8 +145,8 @@ declare module ADDONS {
145
145
  height: number;
146
146
  };
147
147
  protected _setSize(width: number, height: number): void;
148
- protected _getCameraCSSMatrix(matrix: BABYLON.Matrix): string;
149
- protected _getHtmlContentCSSMatrix(matrix: BABYLON.Matrix, useRightHandedSystem: boolean): string;
148
+ protected _getCameraCssMatrix(matrix: BABYLON.Matrix): string;
149
+ protected _getHtmlContentCssMatrix(matrix: BABYLON.Matrix, useRightHandedSystem: boolean): string;
150
150
  protected _getTransformationMatrix(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): BABYLON.Matrix;
151
151
  protected _renderHtmlMesh(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): void;
152
152
  protected _render(scene: BABYLON.Scene, camera: BABYLON.Camera): void;
@@ -258,7 +258,7 @@ declare module ADDONS {
258
258
  protected _doSetEnabled(enabled: boolean): void;
259
259
  protected _updateScaleIfNecessary(): void;
260
260
  protected _createMask(): void;
261
- protected _setElementZIndex(zIndex: number): void;
261
+ protected _setElementzIndex(zIndex: number): void;
262
262
  /**
263
263
  * Callback used by the PointerEventsCaptureBehavior to capture pointer events
264
264
  */