Version: 2023.2
言語: 日本語
public Unity.Loading.ContentFileUnloadHandle UnloadAsync ();

戻り値

ContentFileUnloadHandle A handle that can be used to track the status of the unload operation.

説明

Begin an asynchronous unload of the ContentFile.

If you call this while a load is in progress, it will attempt to cancel the loading process.

This must be called in order to release resources, even when the ContentFile load operation was not successful.

An exception will be thrown if this ContentFile is being used as a dependency by another ContentFile. In this case, the other file must be unloaded first.