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.