yourEntity.detachSelf(); yourEntity.dispose();
How to remove Entities:Sometimes we are forced to remove some entities from our application, to do it, we have to follow those simple steps:yourEntity.detachSelf(); yourEntity.dispose(); |
注意事項
|