Class XRCommonHandGestures.AimActivateValueUpdatedEventArgs
Event-args type for when the aim activation value updates.
Inherited Members
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public class XRCommonHandGestures.AimActivateValueUpdatedEventArgs
Properties
handedness
Which hand is being updated.
Declaration
public Handedness handedness { get; }
Property Value
Type | Description |
---|---|
Handedness |
Methods
TryGetAimActivateValue(out float)
Attempts to get the aim activate value.
Declaration
public bool TryGetAimActivateValue(out float aimActivateValue)
Parameters
Type | Name | Description |
---|---|---|
float | aimActivateValue | Will be filled out with the aim activate value, if successful. |
Returns
Type | Description |
---|---|
bool | Returns true and a valid value is filled out. Returns false otherwise. |