Version: 2017.3

DownloadHandlerMovieTexture

class in UnityEngine.Networking

/

継承:Networking.DownloadHandler

マニュアルに切り替える

説明

A specialized DownloadHandler for creating MovieTexture out of downloaded bytes.

This class is only available on platforms that support MovieTexture.

変数

movieTextureA MovieTexture created out of downloaded bytes.

コンストラクタ

DownloadHandlerMovieTextureCreate new DownloadHandlerMovieTexture.

Protected 関数

GetDataRaw downloaded data.

Static 関数

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

継承メンバー

変数

dataリモートサーバーからダウンロードした実際のバイト数や null を返します。(読み取り専用)
isDoneこの DownloadHandler がすべてのデータを受信したことと、この DownloadHandler が必要なダウンロード後の処理を完了したことを親の [UnityWebRequest] によって知らされた場合、true を返します。
text便利なプロパティーです。UTF8 ストリングとしてインタープリタされた data からバイトを返します。(読み取り専用)

Public 関数

Disposeこの DownloadHandler がもはや使われてないという信号です。それを使用しているリソースをクリーンアップする必要があります。

Protected 関数

CompleteContentリモートサーバーからすべてのデータを受信したとき呼び出されるコールバック
GetProgress UnityWebRequest.downloadProgress にアクセスするときに呼び出されるコールバック
GetTexttext プロパティーがアクセスされたときに呼び出されるコールバック
ReceiveContentLength Content-Length ヘッダーを受信したときに呼び出されるコールバック
ReceiveDataリモートサーバーからデータを受信したときに呼び出されるコールバック