You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to use this._view.scene.removeChild(xxx); it throws an error
Uncaught TypeError: Cannot read property 'iRemoveEntity' of null awayjs.next.js:23440
and i find displayObject._iAssignedPartition value is null. i do not know why. :(
The text was updated successfully, but these errors were encountered:
public iUnregisterEntity(displayObject:DisplayObject)
{
if (displayObject.partition)
this.iUnregisterPartition(displayObject.partition);
if (displayObject.isEntity)
displayObject._iAssignedPartition.iRemoveEntity(displayObject);
}
when i try to use this._view.scene.removeChild(xxx); it throws an error
Uncaught TypeError: Cannot read property 'iRemoveEntity' of null awayjs.next.js:23440
and i find displayObject._iAssignedPartition value is null. i do not know why. :(
The text was updated successfully, but these errors were encountered: