texture
Internal texture in which video content is placed. (Read Only)
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public Texture texture { get; }
Remarks
The texture is used to send the video content to the desired target. When the VideoPlayer.renderMode is set to APIOnly, the content is still accessible from scripts using this property.