视频播放模式。如果设置的模式不支持,会尝试使用另外一种模式。 -- player: 使用播放器。这时播放器是浮动在主画布上面(或下面)的,不能与嵌套在UI层级中。 -- decoder: 使用解码器。视频会被捕获到Texture再显示,因此可以嵌套在UI层级中。
Video playback mode. If the set mode is not supported, it will try to use another mode. -- player: Use the player. The player is floating above (or below) the main canvas and cannot be nested in the UI hierarchy. -- decoder: Use the decoder. The video is captured to a Texture and then displayed, so it can be nested in the UI hierarchy.
只读optionsThe ready state of the video element:
En
The Component class is used to create the base class for components.
Zh
Component 类用于创建组件的基类。
Blueprintable
Blueprintable Subclasses