|EditModeOnly|Bool| Allows for the user to only edit this text in [[Edit Mode]].
|EditModeOnly|Bool| Allows for the user to only edit this text in [[Edit Mode]].
|ActiveUserRootOnly|Bool| Allows to only be editable when under the active user.
|ActiveUserRootOnly|Bool| Allows to only be editable when under the active user.
Line 25:
Line 25:
== Usage ==
== Usage ==
Great for when you don't want to be bound by [[UIX]] to make editable texts.
Great for when you don't want to be bound by [[UIX]] to make editable texts.
If the text is not responding or is not editing properly, try adding the [[Component:BoxCollider|BoxCollider]] component.
<!--T:4-->
<!--T:4-->
Line 30:
Line 32:
<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:Components{{#translation:}}|Touchable Text Field]]
[[Category:Components{{#translation:}}|Touchable Text Field]]
[[Category:Components:Common UI:Editors{{#translation:}}|Touchable Text Field]]
[[Category:Components:Common UI:Editors{{#translation:}}|Touchable Text Field]]
Latest revision as of 17:25, 21 January 2025
Component image
Touchable Text Field component as seen in the Scene Inspector
The TouchableTextField component, similar to a TextField for UIX, this component when combined with a TextEditor on the same slot, will allow any text in the world to be clicked on to make it become editable.
This allows the text to be edited in both directions: In the component and in the world directly.