playOnAwake
Whether the content will start playing back as soon as the component awakes.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public bool playOnAwake { get; set; }
Remarks
Note: This plays each time the component is enabled, not only once from Awake.