VideoPlayer.ErrorEventHandler
Delegate type for VideoPlayer events that contain an error message.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public delegate void VideoPlayer.ErrorEventHandler(VideoPlayer source, string message)