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