AsyncInstantiateOperation<T>
Provides a generic method to instantiate operations asynchronously on a UnityEngine.Object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: AsyncInstantiateOperation
public class AsyncInstantiateOperation<T> : AsyncInstantiateOperation
Remarks
The operation is returned by Object.InstantiateAsync.
Properties
Property | Description |
|---|---|
| Result | If isDone is true, then Result contains instantiated objects of type T. The size of the array is the same as the 'count' argument for the InstantiateAsync method call. |