This is no longer a stub. Added a description. added field descriptions. added usage description.
Line 2:
Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=ButtonPlaybackSeekerComponent.png
|Image=ButtonPlaybackSeekerComponent.png
|Name=Button Playback Seeker
|Name=Button Playback Seeker
}}
}}
The '''ButtonPlaybackSeeker''' component takes in an [[Type:IPlayable|IPlayable]]. When a user uses thier laser on an [[Type:IButton|IButton]] that also has connections to a slider or set of values that allow it to slide, this component will determine how to interpret that interaction to the seek bar of the IPlayable media.
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Playback|IPlayable|
|Playback|IPlayable| The media to seek through.
|Vertical|Bool|
|Vertical|Bool| If true, the button will interpret the seek bar as vertical instead of horizontal.
|Continuous|Bool|
|Continuous|Bool| If true, allows the user to hold down the laser on the seek bar button and have it constantly change as the laser moves around.
}}
}}
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
This just gives extra functionality or options to control your media.
Button Playback Seeker component as seen in the Scene Inspector
The ButtonPlaybackSeeker component takes in an IPlayable. When a user uses thier laser on an IButton that also has connections to a slider or set of values that allow it to slide, this component will determine how to interpret that interaction to the seek bar of the IPlayable media.