Delegate VideoPlayer.ErrorEventHandler
Namespace: UnityEngine.Video
Assembly: UnityEngine.dll
Syntax
public delegate void ErrorEventHandler(VideoPlayer source, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| VideoPlayer | source | |
| String | message |
public delegate void ErrorEventHandler(VideoPlayer source, string message);
| Type | Name | Description |
|---|---|---|
| VideoPlayer | source | |
| String | message |