APIOnly
Don't draw the video content anywhere, but still make it available via the VideoPlayer's texture property in the API.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
APIOnly = 4
Remarks
You can use this render mode to play the video into a Canvas' RawImage. You can assign the _texture directly to RawImage texture. This lets you use video in your UI elements or any place where the API allows a texture to be assigned.