๐Ÿ‘‹
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
  • Hand Touch Event
  • Hand Trigger Area
  1. Auto Hand
  2. Extras

Hand Touch / Trigger

PreviousUI InteractionNextSmashing

Last updated 1 year ago

Hand Touch Event

Hand Touch Events work by adding this component to the root of any rigidbody and these events will get called when the hand(s) begin/end collision touching an object. This component reacts to solid collision with the hand (OnCollisionEnter), use the for objects reacting within a trigger collider

One Handed Whether or not this touch object can only be interacted with one hand at at time

Hand Type which hand(s) are allowed to activate this touch event

Events

Hand Start Touch will trigger when no hands are touching this and one hand starts touching this

Hand Stop Touch will trigger when all hands are no longer touching this

Hand Trigger Area

Hand Trigger Area Events work by adding this component to the root of any rigidbody and these events will get called when the hand(s) begin/end entering an objects trigger area, but this will also track grab and squeeze events while the hand is inside the trigger area

One Handed Whether or not this touch object can only be interacted with one hand at at time

Hand Type which hand(s) are allowed to activate this touch event

Exit Trigger Release if the hand is holding the trigger while it leaves the area, should the trigger release event be called even if the trigger wasn't released

Exit Trigger Unsqueeze if the hand is holding the trigger while it leaves the area, should the trigger release event be called even if the trigger wasn't unsqueezed

Events

Hand Enter triggers when a hand enters this trigger area

Hand Exit triggers when a hand exits this trigger area

Hand Grab triggers when the hand grabs while in this trigger area

Hand UnGrab triggers when the hand release while in this trigger area (or exits with Exit Trigger release enabled)

Hand Squeeze triggers when the hand squeezes while in this trigger area

Hand Unsqueeze triggers when the hand unsqueezes while in this trigger area (or exits with Exit Trigger Unsqueeze enabled)

๐Ÿ™Œ
โš’๏ธ
๐Ÿ“ฑ
Hand Trigger Area