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

Request<T0>.Result

Switch to Manual
public T Result;

Description

The response to the request.

This value is only available upon completion of the request. If the request fails, the value will be null.