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 nameValueDescription
None0No options.
ResetClavicle1Reset the clavicle position.
SolveClavicle2Solve the clavicle position. Can be used together with ResetClavicle so that the clavicle is solved without using the current position data.

See Also

Reference

UltimateXR.Animation.IK Namespace