Component:SaveProxy

From Resonite Wiki
Component image 
File:SaveProxyComponent.png
Save Proxy component as seen in the Scene Inspector

The Save Proxy component saves another slot instead of this one when the slot this component is on is saved.

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.
Target Slot The slot to save the hiearchy of when the slot this component is on is saved instead of this slot.

Usage

Can be used to make an item save an external slot or object without having to parent it first.

Examples

See Also