Skip to main content

VideoRenderMode

Type of destination for the images read by a VideoPlayer.

Elements

ElementDescription
VideoRenderMode.APIOnlyDon't draw the video content anywhere, but still make it available via the VideoPlayer's texture property in the API.
VideoRenderMode.CameraFarPlaneDraw video content behind a camera's Scene.
VideoRenderMode.CameraNearPlaneDraw video content in front of a camera's Scene.
VideoRenderMode.MaterialOverrideDraw the video content into a user-specified property of the current GameObject's material.
VideoRenderMode.RenderTextureDraw video content into a RenderTexture.