Enum VideoRenderMode
Enum representing the video render mode.
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public enum VideoRenderMode
Fields
Name | Description |
---|---|
APIOnly | API only, no rendering. |
RenderTexture | Render to a RenderTexture. |