Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when we are retrieving slabs (asset metadata) for given products More...
Public Member Functions | |
override List< GetProductSlabJob.GetProductSlabResult > | GetResult () |
The result when the job is complete More... | |
override string | GetError () |
Error message if there was one More... | |
![]() | |
IEnumerator | AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null) |
Wraps a job to be used within a coroutine More... | |
Public Attributes | |
List< GetProductSlabJob.GetProductSlabResult > | result |
Job used when we are retrieving slabs (asset metadata) for given products
|
inlinevirtual |
Error message if there was one
Implements Astra.ApiJobWithResult< List< GetProductSlabJob.GetProductSlabResult >, string >.
|
inlinevirtual |
The result when the job is complete
Implements Astra.ApiJobWithResult< List< GetProductSlabJob.GetProductSlabResult >, string >.