sendFrameReadyEvents
Enables the frameReady events.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public bool sendFrameReadyEvents { get; set; }
Remarks
If set to , any delegates registered with VideoPlayer.frameReady will be invoked when a frame is ready to be drawn. If set to , the registered delegates will not be invoked.
truefalse