Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


texture

Internal texture in which video content is placed. (Read Only)
Read time 1 minuteLast updated 10 days ago

Definition

public Texture texture { get; }

Remarks

The texture is used to send the video content to the desired target. When the _renderMode is set to VideoRenderMode.APIOnly, the content is still accessible from scripts using this property.