Property renderMode
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- _AVProVideo.Extensions.VideoPlayer.dll
renderMode
Where/how the video content will be drawn.
Recomended to convert to using DisplayType with rendererMode otherwise unexpected behaviour may occur
AVPro:
- converts from Unity's UnityEngine.Video.VideoRenderMode to AVPro's DisplayType
- Stored within rendererMode
public VideoRenderMode renderMode { get; set; }
Property Value
- VideoRenderMode