@openglobus/og 0.26.1 → 0.26.2

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.
@@ -265,6 +265,7 @@ declare class Entity {
265
265
  protected _qRot: Quat;
266
266
  _absoluteQRot: Quat;
267
267
  constructor(options?: IEntityParams);
268
+ get isEmpty(): boolean;
268
269
  /**
269
270
  * Returns root entity object.
270
271
  * @public