UxrArmSolveOptions Enumeration
Different clavicle options supported by SolveIKPass(UxrArmSolveOptions, UxrArmOverExtendMode) when clavicle data is present in the rig.
Namespace: UltimateXR.Animation.IK
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum UxrArmSolveOptions
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No options. | |
ResetClavicle | 1 | Reset the clavicle position. | |
SolveClavicle | 2 | Solve the clavicle position. Can be used together with ResetClavicle so that the clavicle is solved without using the current position data. |