Struct TwistChainConstraintData
The TwistChain constraint data.
Inherited Members
Namespace: UnityEngine.Animations.Rigging
Assembly: Unity.Animation.Rigging.dll
Syntax
[Serializable]
public struct TwistChainConstraintData : IAnimationJobData, ITwistChainConstraintData
Properties
curve
Curve with weight values used to adjust how twist is distributed along the chain.
Declaration
public AnimationCurve curve { get; set; }
Property Value
Type | Description |
---|---|
AnimationCurve |
root
The root Transform of the TwistChain hierarchy.
Declaration
public Transform root { get; set; }
Property Value
Type | Description |
---|---|
Transform |
rootTarget
The TwistChain root target Transform.
Declaration
public Transform rootTarget { get; set; }
Property Value
Type | Description |
---|---|
Transform |
tip
The tip Transform of the TwistChain hierarchy.
Declaration
public Transform tip { get; set; }
Property Value
Type | Description |
---|---|
Transform |
tipTarget
The TwistChain tip target Transform.
Declaration
public Transform tipTarget { get; set; }
Property Value
Type | Description |
---|---|
Transform |