Astra Unity 2.6.6
Astra Unity Plugin
Astra.Asset.PartLoadJob Class Reference

Handles loading a PartItem More...

Inheritance diagram for Astra.Asset.PartLoadJob:

Classes

class  PartLoadOptions
 Options for loading a part More...
 
class  PartLoadResult
 

Public Member Functions

override Loader.LoadError GetError ()
 When the job is complete this function can be called by the developer to access the error data set which can be of any type (defined as T2). This needs to be defined if your derived class as an override. More...
 
override PartLoadResult GetResult ()
 When the job is complete this function can be called by the developer to access the result data set which can be of any type (defined as T1). This needs to be defined if your derived class as an override. More...
 
- Public Member Functions inherited from Astra.ApiJobWithResult< PartLoadJob.PartLoadResult, Loader.LoadError >
IEnumerator AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null)
 Wraps a job to be used within a coroutine More...
 

Static Protected Attributes

static Dictionary< string, PartLoadJob_pendingLoad = new Dictionary<string, PartLoadJob>()
 

Detailed Description

Handles loading a PartItem

Member Function Documentation

◆ GetError()

override Loader.LoadError Astra.Asset.PartLoadJob.GetError ( )
inlinevirtual

When the job is complete this function can be called by the developer to access the error data set which can be of any type (defined as T2). This needs to be defined if your derived class as an override.

Returns
Yields the error result data

Implements Astra.ApiJobWithResult< PartLoadJob.PartLoadResult, Loader.LoadError >.

◆ GetResult()

override PartLoadResult Astra.Asset.PartLoadJob.GetResult ( )
inlinevirtual

When the job is complete this function can be called by the developer to access the result data set which can be of any type (defined as T1). This needs to be defined if your derived class as an override.

Returns
Yields the success result data

Implements Astra.ApiJobWithResult< PartLoadJob.PartLoadResult, Loader.LoadError >.


The documentation for this class was generated from the following file: