Enum VisionOSVideoComponent.PlayerState
Enum defining the current playing state of the video player.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VisionOSVideoComponent.PlayerState
Fields
| Name | Description |
|---|---|
| IsPaused | The video player is currently paused. |
| IsPlaying | The video player is currently playing. |
| IsStopped | The video player is currently stopped. |