m add fields (struggling with list parsing) |
mNo edit summary |
||
Line 8: | Line 8: | ||
|ActivateRoot|Bool| Whether or not the GrabInstancer should activate the newly duplicated slot. | |ActivateRoot|Bool| Whether or not the GrabInstancer should activate the newly duplicated slot. | ||
|EnableGrabbable|Bool| Whether or not the GrabInstancer should activate any Grabbable component on the newly duplicated slot. | |EnableGrabbable|Bool| Whether or not the GrabInstancer should activate any Grabbable component on the newly duplicated slot. | ||
|SetInstancePersistent|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Bool|Bool]]>'''|TypeAdv3=true| | |SetInstancePersistent|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Bool|Bool]]>'''|TypeAdv3=true| Persistence of the instance | ||
|ExcludedParts|{{RootFieldType|SyncRefList`1|[[Type:Slot|Slot]]}}| | |ExcludedParts|{{RootFieldType|SyncRefList`1|[[Type:Slot|Slot]]}}| Slots will be skipped while duplicating | ||
}} | }} | ||
Revision as of 07:14, 16 April 2024
The UIGrabInstancer component allows users to instance items from UI elements
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. |
Template
|
Slot | The slot that gets duplicated and grabbed when the GrabInstancer is grabbed. |
ContainerTemplate
|
Slot | Helps let you compose the duplicate |
ContainerTemplateInstanceRoot
|
Slot | Helps let you compose the duplicate |
ActivateRoot
|
Bool | Whether or not the GrabInstancer should activate the newly duplicated slot. |
EnableGrabbable
|
Bool | Whether or not the GrabInstancer should activate any Grabbable component on the newly duplicated slot. |
SetInstancePersistent
|
[[Type:Nullable`1<Bool>|Nullable`1<Bool>]] | Persistence of the instance |
ExcludedParts
|
[[Type:list of Slot|list of Slot]] | Slots will be skipped while duplicating |
Behavior
Examples
History
The UIGrabInstancer was added in Beta 2024.4.15.1407.