Enum VisionOSVideoComponent.VideoAssetState
Enum to represent state of a video asset being loaded on visionOS.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VisionOSVideoComponent.VideoAssetState
Fields
Name | Description |
---|---|
FailedToPreroll | The video asset failed to preroll. |
NotFound | The video clip asset was not found by visionOS. |
Prerolled | The video asset has been prerolled and is ready to be played. |