Interface ITwistChainConstraintData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface ITwistChainConstraintData
Properties
curve
Declaration
AnimationCurve curve { get; }
Property Value
Type | Description |
---|---|
AnimationCurve |
root
Declaration
Transform root { get; }
Property Value
Type | Description |
---|---|
Transform |
rootTarget
Declaration
Transform rootTarget { get; }
Property Value
Type | Description |
---|---|
Transform |
tip
Declaration
Transform tip { get; }
Property Value
Type | Description |
---|---|
Transform |
tipTarget
Declaration
Transform tipTarget { get; }
Property Value
Type | Description |
---|---|
Transform |