Enum VisionOSVideoComponent.PlayerState
Enum defining the current playing state of the video player.
Namespace: Unity.PolySpatial
Assembly: solution.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. |