public static MovieTexture GetContent (Networking.UnityWebRequest uwr);

Parámetros

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