- About XR
- XR Unity SDK
- XR SDK Release Notes
- Version:1.0.3
- Version:1.0.2
- Version:1.0.1
- Version:1.0.0
- Version:0.9.59
- Version:0.9.58
- Version:0.9.57
- Version:0.9.56
- Version:0.9.55
- Version:0.9.54
- Version:0.9.53
- Version:0.9.52
- Version:0.9.51
- Version:0.9.38
- Version:0.9.37
- Version:0.9.34
- Version:0.9.33
- Version:0.9.32
- Version:0.9.31
- Version:0.9.30
- Version:0.9.24
- Version:0.9.23 Beta
Component - XRActionGestureHandler¶
With this component user can get all kinds of ActionGesture callback.
There are some options for developers to set:
HandlerType: Choose which handler to use.
RegferenceAction: Choose which action gesture to use.
IndexDown_Outward
When hand is outward, gesture Index to Fist.
IndexUp_Outward
When hand is outward, gesture Fist to Index.
Click_Outward
When hand is outward, action gesture IndexDown_Outward to IndexUp_Outward.
Grab_Outward
When hand is outward, gesture Open to Fist.
Release_Outward
When hand is outward, gesture Fist to Open.
IndexDown_Inward
When hand is inward, gesture gesture Index to Fist.
IndexUp_Inward
When hand is inward, gesture Fist to Index.
Click_Inward
When hand is inward, action gesture IndexDown_Outward to IndexUp_Outward.
Grab_Inward
When hand is inward, gesture Open to Fist.
Release_Inward
When hand is inward, gesture Fist to Open.
PointerDown
When hand is outward, gesture Index to Fist.
PointerUp
When hand is outward, gesture Fist to Index or Open.
EventHandler: Provide developers to get action gesture callback.