Component:InteractionBlock

From Resonite Wiki
Revision as of 07:18, 22 July 2024 by AmasterAmaster (talk | contribs) (Filled in this component page.)


Component image 
InteractionBlock component as seen in the Scene Inspector


The InteractionBlock component is used to block UIX interaction events.

This component does not block interactable UIX elements such as buttons, Checkboxes, or any other interactable element through physical touch or remote (laser) touch.
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.
TouchExitLock Bool Blocks interactions when an interaction ends.
TouchEnterLock Bool Blocks interactions when an interaction starts.

Usage

Examples

Related Components