Class PlaybackStateEventsReceiver
Inheritance
object
PlaybackStateEventsReceiver
Assembly: .dll
public class PlaybackStateEventsReceiver : MonoBehaviour
Fields
|
Edit this page
View Source
Declaration
public UnityEvent onInitialized
Field Value
Type |
Description |
UnityEvent |
|
|
Edit this page
View Source
Declaration
public UnityEvent<bool> onIsLoadingChanged
Field Value
Type |
Description |
UnityEvent<bool> |
|
|
Edit this page
View Source
Declaration
public UnityEvent<bool> onIsPlayingChanged
Field Value
Type |
Description |
UnityEvent<bool> |
|
|
Edit this page
View Source
Declaration
public UnityEvent<PlaybackState> onPlaybackStateChanged
Field Value
|
Edit this page
View Source
Declaration
public UnityEvent<string> onPlayerError
Field Value
Type |
Description |
UnityEvent<string> |
|