Component:DebugInteractable: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
debug
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
|Name=Debug Interactable
|Name=Debug Interactable
}}
}}
{{stub}}
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 [[User:Frooxius|Frooxius]] while they were creating [[UIX]] during the UIX development of FrooxEngine.
 
{{Template:Debug}}


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|TouchExitLock|Bool|
|TouchExitLock|Bool| Whether the component can have an exit event or not when touching the component is stopped.
|TouchEnterLock|Bool|
|TouchEnterLock|Bool| Whether the component can have an enter event or not when touching the component is started.
}}
}}


== Behavior ==
== Usage ==
Attach to a slot of a UIX with an [[Component:Image|Image component]] to start debugging via touch.


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
* [[Component:Image]]
* [[UIX]]


[[Category:Components:Uncategorized{{#translation:}}|Debug Interactable]]
[[Category:Components:Uncategorized{{#translation:}}|Debug Interactable]]
[[Category:Components{{#translation:}}|Debug Interactable]]
[[Category:Components{{#translation:}}|Debug Interactable]]
[[Category:ComponentStubs]]

Latest revision as of 02:13, 15 February 2025

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.

This game element is a debug item. Elements like this may be removed at any time without warning, and creations should not rely on it.

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.
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.

See Also