Component:SettingsDataFeed

From Resonite Wiki
Component image 
Settings Data Feed component as seen in the Scene Inspector

The SettingsDataFeed component is a Data Feed that can be used with a data feed view to create and generate a list of settings. This component only works within the dash world.

Usage

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.

Sync Delegates

Triggers
Method Name Method type and Arguments. Description
PathSegmentName() PathSegmentConverter<String: pathSegment, Int: depth> Returns the localized name of a path segment/category based on a provided code string and how deep it should be on any particular path.

Usage

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


Examples

Used in the settings menu in the Dash Menu.

See Also