Component:ExternalSlotSaver

From Resonite Wiki
Component image 
External Slot Saver component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


The ExternalSlotSaver will ensure that the target slot is saved as a child of the slot this component is on if the slot isn't already in the hierarchy.

Usage

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.
TargetSlot Slot
SaveActiveSelfOverride Nullable`1<Bool>
SaveLocalPositionOverride Nullable`1<Float3>
SaveLocalRotationOverride Nullable`1<FloatQ>
SaveLocalScaleOverride Nullable`1<Float3>
IgnoreWhenNonPersistentSelf Bool

Behavior

Examples

See Also