DownloadHandlerMovieTexture
MovieTexture has been removed. Use VideoPlayer instead.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestAudioModule
- Inherits from: DownloadHandler
- Implements: IDisposable
public sealed class DownloadHandlerMovieTexture : DownloadHandler, IDisposable
Remarks
A specialized DownloadHandler for creating MovieTexture out of downloaded bytes. This class is only available on platforms that support MovieTexture.
Constructors
Constructor | Description |
|---|---|
| DownloadHandlerMovieTexture() | MovieTexture has been removed. Use VideoPlayer instead. |
Properties
Property | Description |
|---|---|
| movieTexture | MovieTexture has been removed. Use VideoPlayer instead. |
Methods
Method | Description |
|---|---|
| GetData | MovieTexture has been removed. Use VideoPlayer instead. |
Static Methods
Method | Description |
|---|---|
| GetContent | MovieTexture has been removed. Use VideoPlayer instead. |