mx3d 2024.6.12 → 2024.6.121

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/index.d.ts CHANGED
@@ -905,6 +905,7 @@ declare namespace MX3D {
905
905
  alwaysActive(): void;
906
906
  completed(): void;
907
907
  computeView(): void;
908
+ getInto(): void;
908
909
  }
909
910
 
910
911
  class UI3DTextObject extends DefaultObject {