Component:ValueProxy
From Resonite Wiki
More actions
Component image 
Value Proxy`1 component as seen in the Scene Inspector

The ValueProxy component is used to make a grabbed item this is on act as the value this contains. This is also generated when a value in an Scene Inspector is grabbed in the form of a block of text showing the value.
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. |
Value
|
T | The value this component should be for grabbable objects, making them like inspector grab cards. |
Usage
Attach to a slot with an IGrabbable to make the grabbable act as the value T itself.