Component:SearchBlock: Difference between revisions

From Resonite Wiki
Technically not a component stub, but I'll add a sentence here and unmark
Updated description, added links.
 
Line 7: Line 7:
|Name=Search Block
|Name=Search Block
}}
}}
Search Block is a component that can be used to prevent either:
The '''Search Block''' component, [[Slot|slots]] [[Tag|tagged]] with this component can be used to prevent either:
* A user from grabbing an item from contacting certain colliders.
* A user from grabbing an item from contacting certain colliders.
* A user from equipping an avatar when clicking on a limb or collider attached to it.
* A user from equipping an avatar when clicking on a limb or collider attached to it.
Line 25: Line 25:


<!--T:5-->
<!--T:5-->
Example Panel made by Ukilop of how the component works.
Example Panel made by [[User:Ukilop|Ukilop]] of how the component works.


[[File:SearchBlockExample.png|500px]]
[[File:SearchBlockExample.png|500px]]

Latest revision as of 22:39, 20 March 2025


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


Component image 
Search Block component as seen in the Scene Inspector

The Search Block component, slots tagged with this component can be used to prevent either:

  • A user from grabbing an item from contacting certain colliders.
  • A user from equipping an avatar when clicking on a limb or collider attached to it.
  • A user from equipping a tool tip by clicking on a certain part of it.
  • A user from clicking a physical button when clicking on a collider parented to the physical button further down the hierarchy, or any button type not just physical buttons.

Fields

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. Some components stop their functionality when this field is disabled, but some don't.

Usage

Examples

Example Panel made by Ukilop of how the component works.

Related Components