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