How to create indicators or annotations?

Hello, I would like to know if in armory with logic nodes, I can create indicators that place a name in each element?
I leave an example

Hello
Logic nodes are visual programming, so any code can be “written”. There may not be a node for some specific functions, but the engine is expanding and we still need to understand how the functions are needed. In the current version I think there is everything you need to solve your problem.

I would solve your problem like this:

  1. Created an object that responds to mouse hover.
  2. Display and output of the description, as an option, through the Canvas with a change in position relative to the mouse cursor.

An example of part 1 can be found here:

3 Likes