Struct TwistChainConstraintData
Syntax
[Serializable]
public struct TwistChainConstraintData : IAnimationJobData, ITwistChainConstraintData
Properties
curve
Declaration
public AnimationCurve curve { get; set; }
Property Value
Implements
root
Declaration
public Transform root { get; set; }
Property Value
Implements
rootTarget
Declaration
public Transform rootTarget { get; set; }
Property Value
Implements
tip
Declaration
public Transform tip { get; set; }
Property Value
Implements
tipTarget
Declaration
public Transform tipTarget { get; set; }
Property Value
Implements
Explicit Interface Implementations
IAnimationJobData.IsValid()
Declaration
bool IAnimationJobData.IsValid()
Returns
Implements
IAnimationJobData.SetDefaultValues()
Declaration
void IAnimationJobData.SetDefaultValues()
Implements