Class Request<T>
Tracks the state of an asynchronous Upm server operation that returns a non-empty response
Assembly: UnityEditor.dll
Syntax
public abstract class Request<T> : Request, ISerializationCallbackReceiver
Type Parameters
Properties
|
Improve this Doc
View Source
Result
Gets the result of the operation
Declaration
Property Value
Methods
|
Improve this Doc
View Source
FetchNativeData()
Declaration
protected override sealed void FetchNativeData()
Overrides
|
Improve this Doc
View Source
GetResult()
Declaration
protected abstract T GetResult()
Returns
Implements
Extension Methods