Enum XRDualGrabFreeTransformer.PoseContributor
Describes which combination of interactors influences a pose.
Namespace: UnityEngine.XR.Interaction.Toolkit.Transformers
Syntax
public enum PoseContributorFields
| Name | Description | Value | 
|---|---|---|
| First | Use the first interactor's data. | 0 | 
| Second | Use the second interactor's data. | 1 | 
| Average | Use an average of the first and second interactor's data. | 2 |