Component image 
Debug Interactable component as seen in the Scene Inspector

The DebugInteractable component is a UIX interactable that changes the color of an image on the same slot when the component area is interacted with.
This was possibly made by Frooxius while they were creating UIX during the UIX development of FrooxEngine.
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. |
TouchExitLock
|
Bool | Whether the component can have an exit event or not when touching the component is stopped. |
TouchEnterLock
|
Bool | Whether the component can have an enter event or not when touching the component is started. |
Usage
Attach to a slot of a UIX with an Image component to start debugging via touch.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.