Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AsyncInstantiateOperation<T0>.Result

public T[] Result;

Description

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.