Version: 2023.2
言語: 日本語

LoadingStatus

enumeration

マニュアルに切り替える

説明

The loading status of a ContentFile.

変数

InProgressThe ContentFile is actively loading.
CompletedThe ContentFile has loaded successfully.
FailedThe ContentFile failed to load. Be sure to still call ContentFile.UnloadAsync to free internal resources.