Astra Unity 2.6.6
Astra Unity Plugin
|
Job which retrieves information about a asset category More...
Classes | |
class | AssetCategory |
Contains detailed information about a asset category More... | |
Public Member Functions | |
override SortedDictionary< ulong, AssetCategory > | GetResult () |
Result when the job is complete More... | |
override string | GetError () |
Error message if there was one More... | |
Public Member Functions inherited from Astra.ApiJobWithResult< SortedDictionary< ulong, GetAssetCategoryJob.AssetCategory >, string > | |
IEnumerator | AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null) |
Wraps a job to be used within a coroutine More... | |
Job which retrieves information about a asset category
|
inlinevirtual |
Error message if there was one
Implements Astra.ApiJobWithResult< SortedDictionary< ulong, GetAssetCategoryJob.AssetCategory >, string >.
|
inlinevirtual |
Result when the job is complete
Implements Astra.ApiJobWithResult< SortedDictionary< ulong, GetAssetCategoryJob.AssetCategory >, string >.