989onan bot (talk | contribs) Automated: update Fields |
add info |
||
Line 3: | Line 3: | ||
|Name=Steam Link Settings | |Name=Steam Link Settings | ||
}} | }} | ||
See [[Settings]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|OSC_DataPort|'''[[#OSC_Port|SteamLinkSettings.OSC_Port]]'''|TypeAdv0=true| | |OSC_DataPort|'''[[#OSC_Port|SteamLinkSettings.OSC_Port]]'''|TypeAdv0=true| the port to use to communicate steam link info via OSC. | ||
}} | |||
== OSC_Port == | |||
{{Table EnumValues | |||
|Direct9000|9000| Use port 9000 | |||
|Alt9015|9015| Use alternative port 9015 | |||
}} | }} | ||
== | == Usage == | ||
See [[Settings]]. | |||
== Examples == | == Examples == | ||
See [[Settings]]. | |||
== See Also == | == See Also == | ||
* [[Settings]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Steam Link Settings]] | [[Category:Components:Uncategorized{{#translation:}}|Steam Link Settings]] | ||
[[Category:Components{{#translation:}}|Steam Link Settings]] | [[Category:Components{{#translation:}}|Steam Link Settings]] | ||
[[Category:Components With Nested Enums{{#translation:}}|Steam Link Settings]] | [[Category:Components With Nested Enums{{#translation:}}|Steam Link Settings]] | ||
Latest revision as of 01:04, 3 August 2025
Component image File:SteamLinkSettingsComponent.pngSteam Link Settings component as seen in the Scene Inspector
See Settings.
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. |
OSC_DataPort
|
SteamLinkSettings.OSC_Port | the port to use to communicate steam link info via OSC. |
OSC_Port
Name | Value | Description |
---|---|---|
Direct9000
|
9000 | Use port 9000 |
Alt9015
|
9015 | Use alternative port 9015 |
Usage
See Settings.
Examples
See Settings.