Component:SearchBlock

From Resonite Wiki
(Redirected from SearchBlock (Component))
This page contains changes which are not marked for translation.


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

Search Block is a component that 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.

Usage

Examples

Example Panel made by Ukilop of how the component works.

Related Components