engine
engine copied to clipboard
After the resource is forcibly destroyed, the reference relationship needs to be maintained
#1852 After the asset is forcibly destroyed, do we need to set the reference to null because:
- Good for gc
- No need to do a series of special processing (like
if(destroyed === true)
)