Initial work on Component:ValueReceiver |
heh that Category is not needed |
||
Line 24: | Line 24: | ||
[[Category:Components{{#translation:}}|Value Receiver`1]] | [[Category:Components{{#translation:}}|Value Receiver`1]] | ||
[[Category:Generic Components{{#translation:}}|Value Receiver`1]] | [[Category:Generic Components{{#translation:}}|Value Receiver`1]] | ||
Latest revision as of 20:37, 23 February 2025
Component image 
Value Receiver`1 component as seen in the Scene Inspector

The ValueReceiver component can receive a value dropped onto a UIX element Button by a user. The value dropped is then stored into the field specified by Field
(an example would be to use ValueField)
Usage
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. |
Field
|
IField`1<T> | The field to store the received value |
Undoable
|
Bool | Whether dropping elements onto this UIX interactable is undoable. |
TryConvertValues
|
Bool | Whether dropped elements that do not match the type of the receiver are attempted to be converted to the type |