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