m ProbablePrime moved page SearchBlock (Component) to Component:SearchBlock: Creating component Namespace |
Technically not a component stub, but I'll add a sentence here and unmark |
||
Line 7: | Line 7: | ||
|Name=Search Block | |Name=Search Block | ||
}} | }} | ||
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. | |||
<!--T:2--> | <!--T:2--> | ||
Line 26: | Line 31: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Search Block]] | [[Category:Components{{#translation:}}|Search Block]] | ||
[[Category:Components:Transform:Tagging{{#translation:}}|Search Block]] | [[Category:Components:Transform:Tagging{{#translation:}}|Search Block]] |
Latest revision as of 16:00, 17 October 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
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
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.