Automated: create new component page |
Basic info |
||
Line 4: | Line 4: | ||
}} | }} | ||
{{stub}} | {{stub}} | ||
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 == | == Usage == |
Latest revision as of 22:41, 27 May 2024
Component image
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
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 |