Component:SettingActionProxy

From Resonite Wiki
This is a userspace component — you cannot attach it anywhere but the userspace. Messing with the userspace can be fun, but it is not recommended as you risk messing your dash up if you don't know what you're doing.
Component image 
File:SettingActionProxy`1Component.png
Setting Action Proxy`1 component as seen in the Scene Inspector

The SettingActionProxy component is used to trigger an action on a subsetting under the component of type S which would be globally registered in the world.

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.
ActionName String The name of the action being triggered.
SubsettingGetter String The name of the sync delegate method being triggered.
SubsettingKey String The key being used to find the sub setting being triggered.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
Trigger:Action Action X triggers the target specified by this component's values and generic typing.

Usage

Used in the settings menu and only works in user space.

Examples

Settings menu UI.

See Also