Component:SearchBlock

From Resonite Wiki
Revision as of 22:39, 20 March 2025 by AmasterAmaster (talk | contribs) (Updated description, added links.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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