...
Name | Description |
Attach to Surface | If true, Attachables attach to the surface of the receiver instead of at a specific point. |
Receivers | Defines a set of requirements for an Attachable to be received by this Receiver. If an Attachable meets any of these requirements, it can attach. Attachable: If set, explicitly defines an Attachable that can attach to this Receiver. Type: If set, needs to match the “Type” specified by any Attachable attempting to attach to this receiver. Anchor: Defines the anchor that an Attachable will attach to. Max Attachments: The maximum number of Attachables that can attach to this Receiver. |
Events
Name | Description |
---|---|
On Attached | Attachable has attached to this Receiver. |
On Detached | Attachable has detached from this Receiver. |