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.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ActionName|String|
|ActionName|String| The name of the action being triggered.
|SubsettingGetter|String|
|SubsettingGetter|String| The name of the sync delegate method being triggered.
|SubsettingKey|String|
|SubsettingKey|String| The key being used to find the sub setting being triggered.
|Trigger:[[Type:Action`1|Action`1]]<T>|[[Type:Action`1|Action`1]]<T>|false| triggers the target, while passing a value of type '''T''', which the target specified by this component's values and generic typing.
}}
== Usage ==
Not to be used directly by the user.
== Examples ==
== Examples ==
Is used in the session tab in the dash.
== See Also ==
== See Also ==
Line 26:
Line 33:
[[Category:Components{{#translation:}}|Setting Value Action Proxy`2]]
[[Category:Components{{#translation:}}|Setting Value Action Proxy`2]]
[[Category:Generic Components{{#translation:}}|Setting Value Action Proxy`2]]
[[Category:Generic Components{{#translation:}}|Setting Value Action Proxy`2]]
Setting 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.