add info\ |
get rid of duplicate table |
||
Line 10: | Line 10: | ||
|SubsettingGetter|String| The name of the sync delegate method 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. | |SubsettingKey|String| The key being used to find the sub setting being triggered. | ||
}} | }} | ||
Latest revision as of 18:59, 8 April 2025
Component image File:SettingValueActionProxy`2Component.pngSetting Value Action Proxy`2 component as seen in the Scene Inspector
The SettingValueActionProxy component is used to trigger an action while passing a value to it on a subsetting under the component of type S which would be globally registered in the world.
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
Usage
Not to be used directly by the user.
Examples
Is used in the session tab in the dash.