renderMode
Where the video content will be drawn.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public VideoRenderMode renderMode { get; set; }
Remarks
This gets automatically set to the most appropriate value when creating a VideoPlayer. For example, adding a VideoPlayer on a Camera will result in the VideoPlayer initializing its target to be the Camera background.