mx3d 2024.6.27 → 2024.6.28

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
@@ -928,6 +928,7 @@ declare module MX3D {
928
928
 
929
929
  export class StoreyObject extends IRegion {
930
930
  scaling: Runtime.Vector3;
931
+ autoSight: boolean;
931
932
  loadProperties(_m: any): void;
932
933
  bind(): void;
933
934
  alwaysActive(): void;