Version: 2017.3
public static MovieTexture GetContent (Networking.UnityWebRequest uwr);

Parámetros

uwr A UnityWebRequest with attached DownloadHandlerMovieTexture.

Valor de retorno

MovieTexture A MovieTexture created out of downloaded bytes.

Descripción

A convenience (helper) method for casting DownloadHandler to DownloadHandlerMovieTexture and accessing its movieTexture property.