immersive-home/docs/reference/EventFocus.md
2024-03-17 00:14:31 +01:00

1008 B

EventFocus

Inherits: Event

Description

Emitted when a Node with the ui_focus group is focused or unfocused.

Properties

Name Type Default
previous_target Node
target Node

Property Descriptions

previous_target: Node

The Node that was previously focused or unfocused.

target: Node

The Node that is being focused or unfocused.