UxrArmOverExtendMode Enumeration
Enumerates the different solutions that can be used when an avatar with visible arms moves a hand farther than the actual length of the arm.
Namespace: UltimateXR.Animation.IK
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrArmOverExtendMode
Members
Member name | Value | Description | |
---|---|---|---|
LimitHandReach | 0 | Hand reach will be limited to what the actual arm length permits. | |
ExtendForearm | 1 | Stretch the forearm. | |
ExtendUpperArm | 2 | Stretch the upper arm. | |
ExtendArm | 3 | Stretch both the upper arm and forearm. |