Component:SteamLinkSettings

From Resonite Wiki
Revision as of 01:04, 3 August 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
File:SteamLinkSettingsComponent.png
Steam Link Settings component as seen in the Scene Inspector

See Settings.

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.
OSC_DataPort SteamLinkSettings.OSC_Port the port to use to communicate steam link info via OSC.

OSC_Port

Values
Name Value Description
Direct9000 9000 Use port 9000
Alt9015 9015 Use alternative port 9015

Usage

See Settings.

Examples

See Settings.

See Also