babylonjs-addons 8.37.3 → 8.39.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.
@@ -1744,6 +1744,10 @@ declare module ADDONS {
1744
1744
  */
1745
1745
  get attachedMesh(): BABYLON.AbstractMesh | null;
1746
1746
  set attachedMesh(value: BABYLON.AbstractMesh | null);
1747
+ /**
1748
+ * Attached node of this behavior
1749
+ */
1750
+ get attachedNode(): BABYLON.AbstractMesh | null;
1747
1751
  constructor(_captureCallback: () => void, _releaseCallback: () => void, { captureOnPointerEnter }?: {
1748
1752
  captureOnPointerEnter?: boolean | undefined;
1749
1753
  });