๐Ÿ‘‹
Auto Hand Docs
  • ๐Ÿ™ŒAuto Hand
    • โ€ผ๏ธAuto Hand V4 What's-New
    • โšกSetup
    • ๐Ÿ—’๏ธFAQ
    • โ‰๏ธCommon Issues
    • ๐ŸงคSetup New Hand
    • ๐ŸŽฎController Input
      • โœŠHand Input
      • ๐ŸคŸHand Tracking Input
      • โœŒ๏ธFinger Pose Input
      • ๐ŸƒPlayer Input
      • ๐Ÿ—’๏ธGeneral Input / UI Pointer Input
      • ๐Ÿ‘ˆDistance Grabber Input
      • โšกTeleport Input
      • ๐ŸŽAdditional Input
    • ๐Ÿ–๏ธHand
      • ๐Ÿ”ฆGrabbable Highlighter
      • ๐Ÿ‘‹Hand Follow
      • ๐ŸซณHand Animator
      • โ˜๏ธFinger Component
      • ๐ŸงคHand Projector
    • ๐Ÿ––Hand Tracking
      • ๐Ÿ‘ŒHand Tracking Finger Gesture Tracking
      • ๐Ÿ‘ˆHand Tracking Pose Gesture Tracking
    • โœ๏ธCustom Poses
      • ๐ŸฆพHand Pose Data
      • โœ‚๏ธAnimated Held Poses
    • ๐Ÿ…Grabbable
      • ๐ŸงฒDistance Grabbing
    • ๐ŸงบPlace Point
    • ๐Ÿ“คDispenser Point
    • ๐Ÿ›ธTeleportation
    • ๐Ÿ‘ŸAuto Hand Player
    • ๐ŸงFull Body (VRIK)
    • โš’๏ธExtras
      • ๐Ÿ”ซAuto Gun
        • ๐Ÿ’˜Auto Ammo
        • ๐ŸŽฏAuto Gun Target
      • โš™๏ธGrabbable Held Joint
      • ๐ŸŽ›๏ธPhysics Gadgets
        • ๐Ÿ”˜Physics Gadget Button
        • ๐ŸŽš๏ธPhysics Gadget Slider
        • ๐ŸŽ›๏ธPhysics Gadget Lever
      • ๐Ÿ“UI Interaction
      • ๐Ÿ“ฑHand Touch / Trigger
      • ๐Ÿ”จSmashing
      • ๐Ÿ”ชStabbing
      • ๐ŸŽฏStickies
      • ๐ŸงฒMagnetic Forces
      • ๐Ÿ“ขCollision Sounds
      • โŒšWrist Look Event
Powered by GitBook
On this page
  • (MetaXR uses the equivalent scripts with the MetaXR name)
  • Hand Finger Gesture Tracker
  • Hand Finger Gesture Event
  1. Auto Hand
  2. Hand Tracking

Hand Tracking Finger Gesture Tracking

PreviousHand TrackingNextHand Tracking Pose Gesture Tracking

Last updated 3 months ago

(MetaXR uses the equivalent scripts with the MetaXR name)

Hand Finger Gesture Tracker

This class tracks the state of fingers touching each other. It detects finger touch events and triggers corresponding start and stop events. It is used to monitor the state of finger touches and manage touch-related gestures.

Hand Tracking: Reference to the hand tracking system.

Finger Tip Scale: Scale factor for the finger tip size during touch detection.

Finger Touch Event Delay: Delay in seconds before triggering a finger touch event.

On Finger Touch Start: Event triggered when a finger touch starts.

On Finger Touch Stop: Event triggered when a finger touch stops.

Hand Finger Gesture Event

This class handles the events for finger gestures, triggering Unity Events when specific fingers start or stop touching each other. It links touch gestures to Unity events, allowing for custom behavior in response to finger touches.

Hand Finger Gesture Tracker: Reference to the hand finger gesture tracker.

Finger1: The first finger involved in the gesture event.

Finger2: The second finger or list of fingers allowed to trigger the gesture event.

On Finger Touch Start Event: Unity event triggered when a finger touch starts.

On Finger Touch Stop Event: Unity event triggered when a finger touch stops.

๐Ÿ™Œ
๐Ÿ––
๐Ÿ‘Œ