mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Stub}} | {{Stub}} | ||
The ChildrenSaveBlocker prevents a slot's children from being saved. | |||
== Usage == | == Usage == | ||
Line 10: | Line 11: | ||
== Examples == | == Examples == | ||
Putting a | Putting a ChildrenSaveBlocker on the same slot as a [[SnapTarget (Component)|SnapTarget]] is useful if you don't want anything snapped to the [[SnapTarget (Component)|SnapTarget]] to be saved with it. |
Latest revision as of 20:05, 26 April 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
The ChildrenSaveBlocker prevents a slot's children from being saved.
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. |
Behavior
When the object this component is on is Saved, this component prevents any children slots from being saved with it.
Examples
Putting a ChildrenSaveBlocker on the same slot as a SnapTarget is useful if you don't want anything snapped to the SnapTarget to be saved with it.