Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsyncInstantiateOperation<T>

Provides a generic method to instantiate operations asynchronously on a UnityEngine.Object.
Read time 1 minuteLast updated 4 days ago

Definition

public class AsyncInstantiateOperation<T> : AsyncInstantiateOperation

Remarks

The operation is returned by Object.InstantiateAsync.

Properties

Property

Description

ResultIf 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.

Inheritance