Class XRCommonHandGestures.GripPoseUpdatedEventArgs
Event-args type for when the grip pose updates.
Inherited Members
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public class XRCommonHandGestures.GripPoseUpdatedEventArgs
Properties
handedness
Which hand is being updated.
Declaration
public Handedness handedness { get; }
Property Value
| Type | Description |
|---|---|
| Handedness |
Methods
TryGetGripPose(out Pose)
Attempts to get the grip pose.
Declaration
public bool TryGetGripPose(out Pose gripPose)
Parameters
| Type | Name | Description |
|---|---|---|
| Pose | gripPose | Will be filled out with the grip pose, if successful. |
Returns
| Type | Description |
|---|---|
| bool |