Property CurrentLoadingOperationHandle
CurrentLoadingOperationHandle
The current loading operation for the string when using StringChanged or default if one is not available. A string may not be immediately available, such as when loading the StringTable asset, so all string operations are wrapped with an UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle. See also RefreshString()
Declaration
public AsyncOperationHandle<LocalizedDatabase<StringTable, StringTableEntry>.TableEntryResult> CurrentLoadingOperationHandle { get; }
Property Value
Type | Description |
---|---|
AsyncOperationHandle<LocalizedDatabase<StringTable, StringTableEntry>.TableEntryResult> |