Enum VisionOSVideoComponent.PlayerState
Enumerates to possible playing states of the video player. Use GetState() to access the current state of a visionOS video component.
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. |