Wiki
Video Component
The VideoComponent enables the incorporation of video playback capabilities within 3D scenes.
Description
The VideoComponent
enables the incorporation of video playback capabilities within 3D scenes, using a preloaded VideoPlayer
node.
Usage
- Attach the component to a game entity.
- Utilize the properties to manage video assets.
Dependencies
Depends on the VideoPlayer.tscn
scene.
Requires the use of the Anitya server for downloading video as assets.
Video has to be in ogv format.
Properties
video
- Type:
ASSET_REF
- Description: Reference to the video asset to be streamed and displayed.