imported>Mysticporo Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=OneTimeVideoPlayerTriggerComponent.png |Name=One Time Video Player Trigger }} <!--T:2--> ==..." |
No edit summary |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{ComponentRemoved}} | |||
{{stub}} | {{stub}} | ||
{{Infobox Component | {{Infobox Component | ||
Line 11: | Line 12: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|AssignURL|Uri| | |AssignURL|Uri| The URL to assign. | ||
|VideoTexture|VideoTextureProvider| | |VideoTexture|VideoTextureProvider| The video texture to control. | ||
|CloudVariablePath|String| | |CloudVariablePath|String| The cloud variable to use to designate this has already been played. | ||
|VersionString|String| | |VersionString|String| The version of the video this is. | ||
|WaitForAllAssetsToLoad|Bool| | |WaitForAllAssetsToLoad|Bool| Whether to wait till this video is loaded before starting to play. | ||
|DelaySeconds|Float| | |DelaySeconds|Float| How long to delay after load before playing. | ||
}} | }} | ||
Line 28: | Line 29: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category: | <!--[[Category:ComponentStub]] <-- does not go here--> | ||
[[Category:Components{{#translation:}}|One Time Video Player Trigger]] | [[Category:Components{{#translation:}}|One Time Video Player Trigger]] | ||
[[Category:Components:Cloud{{#translation:}}|One Time Video Player Trigger]] | [[Category:Components:Cloud{{#translation:}}|One Time Video Player Trigger]] |
Latest revision as of 06:55, 4 July 2025
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image File:OneTimeVideoPlayerTriggerComponent.pngOne Time Video Player Trigger component as seen in the Scene Inspector
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. Some components stop their functionality when this field is disabled, but some don't. |
AssignURL
|
Uri | The URL to assign. |
VideoTexture
|
VideoTextureProvider | The video texture to control. |
CloudVariablePath
|
String | The cloud variable to use to designate this has already been played. |
VersionString
|
String | The version of the video this is. |
WaitForAllAssetsToLoad
|
Bool | Whether to wait till this video is loaded before starting to play. |
DelaySeconds
|
Float | How long to delay after load before playing. |