immersive-home/docs/development/functions.md

15 lines
371 B
Markdown
Raw Normal View History

2024-03-17 01:50:41 +02:00
# Node Functions
Node functions can be added to other Nodes to extend their functionality.
## Available Functions
### Clickable
Access the events that pass through the node using signals.
Useful for connection to events that happen on other nodes.
### Movable
Adds the ability to move the node using the controller or hands.
2024-04-26 18:41:52 +03:00
The parent needs to be a `StaticBody3D`.