Method SetCorrespondingHand
SetCorrespondingHand(XRHandSubsystem, XRHand)
Sets the subsystem's hand corresponding to hand passed in, which must have been initially retrieved from the XRHandSubsystem's leftHand or rightHand property.
Declaration
public static void SetCorrespondingHand(this XRHandSubsystem subsystem, XRHand hand)
Parameters
| Type | Name | Description |
|---|---|---|
| XRHandSubsystem | subsystem | The invoking subsystem for this extension method. To call this method,
call |
| XRHand | hand | The hand to update to on the subsystem. Must have originally been retrieved from that XRHandSubsystem |