Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sendFrameReadyEvents

Enables the frameReady events.
Read time 1 minuteLast updated 10 days ago

Definition

public bool sendFrameReadyEvents { get; set; }

Remarks

If set to
true
, any delegates registered with VideoPlayer.frameReady will be invoked when a frame is ready to be drawn. If set to
false
, the registered delegates will not be invoked.