Component:TouchWorldLink: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
template
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=TouchWorldLinkComponent.png
|Image=TouchWorldLinkComponent.png
|Name=TouchWorldLink
|Name=TouchWorldLink
}}
}}
 
{{stub}}
<!--T:2-->
== Intoduction ==


<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|AcceptPhysicalTouch|Bool|
|AcceptPhysicalTouch|Bool| {{Template:Touchable_AcceptPhysicalTouch}}
|AcceptRemoteTouch|Bool|
|AcceptRemoteTouch|Bool| {{Template:Touchable_AcceptRemoteTouch}}
|AcceptOutOfSightTouch|Bool|
|AcceptOutOfSightTouch|Bool| {{Template:Touchable_AcceptOutOfSightTouch}}
|Vibrate|VibratePreset|
|Vibrate|VibratePreset|
|LastOpened|{{RootFieldType|SyncTime}}|TypeAdv4=true|
|LastOpened|{{RootFieldType|SyncTime}}|TypeAdv4=true|
Line 23: Line 20:


<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==


<!--T:5-->
<!--T:5-->
Line 29: Line 26:


<!--T:6-->
<!--T:6-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:Components{{#translation:}}|Touch World Link]]
[[Category:Components{{#translation:}}|Touch World Link]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:World{{#translation:}}|Touch World Link]]
[[Category:Components:World{{#translation:}}|Touch World Link]]

Revision as of 17:22, 21 January 2025

Component image 
TouchWorldLink component as seen in the Scene Inspector


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


Fields

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.
AcceptPhysicalTouch Bool Whether to allow Component:TipTouchSources to interact with/activate this component.
AcceptRemoteTouch Bool Whether this component allows interaction via the user's interaction laser.
AcceptOutOfSightTouch Bool Whether or not to allow interaction with this component if it is out of the user's view.
Vibrate VibratePreset
LastOpened direct SyncTime
WorldLink WorldLink

Usage

Examples

See Also