public static MovieTexture GetContent (Networking.UnityWebRequest uwr);

파라미터

uwrA UnityWebRequest with attached DownloadHandlerMovieTexture.

반환

MovieTexture A MovieTexture created out of downloaded bytes.

설명

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