immersive-home/docs/reference/lib--utils--touch--touch.md
2024-03-16 18:45:43 +01:00

3.7 KiB

Touch

Properties

Name Type Default
areas_entered Variant
finger_areas Dictionary

Methods

Returns Name
void _emit_event ( type: String, target: Variant )
void _init ( finger_areas: Dictionary )
void _on_area_entered ( finger_type: Variant, area: Variant )
void _on_area_exited ( finger_type: Variant, area: Variant )
void _physics_process ( _delta: Variant )
void _ready ( )

Property Descriptions

areas_entered: Variant

No description provided yet.

finger_areas: Dictionary

No description provided yet.

Method Descriptions

_emit_event ( type: String, target: Variant ) -> void

No description provided yet.

_init ( finger_areas: Dictionary ) -> void

No description provided yet.

_on_area_entered ( finger_type: Variant, area: Variant ) -> void

No description provided yet.

_on_area_exited ( finger_type: Variant, area: Variant ) -> void

No description provided yet.

_physics_process ( _delta: Variant ) -> void

No description provided yet.

_ready ( ) -> void

No description provided yet.