Component:LegacyVideoPlayer

From Resonite Wiki
Component image 
Legacy Video Player component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
StereoLayout StereoLayout
SizeCompensation Float2
videoProvider VideoTexture
_style LegacyUIStyle
_indicatorTextureUrl field drive of Uri
_indicatorTint field drive of ColorX
_colliderSize field drive of Float3
_frameWidth field drive of Float
_frameHeight field drive of Float
_frameMaterial direct DriveRef`1<PBS_RimMetallic>
_displayMaterial UnlitMaterial
_displayMaterialTexture direct DriveRef`1<AssetRef`1<ITexture2D>>
_displaySize field drive of Float2
_mainAudioOutput AudioOutput
_timelineSlider LegacySlider
_timelinePosition field drive of Float3
_timelineWidth field drive of Float
_positionDrive field drive of Float
_volumeSlider LegacySlider
_volumePosition field drive of Float3
_volumeWidth field drive of Float
_volumeDrive field drive of Float
_buttonsWidth field drive of Float
_buttonsHeight field drive of Float
_buttonsPosition field drive of Float3
_playButtonColor field drive of ColorX
_pauseButtonColor field drive of ColorX
_stopButtonColor field drive of ColorX
_loopButtonColor field drive of ColorX
_audio3DButtonColor field drive of ColorX
_exportable VideoExportable
_assetProxy AssetProxy`1<VideoTexture>
_referenceProxy ReferenceProxy

Behavior

Examples

See Also