Struct ChainIKConstraintData
Syntax
[Serializable]
public struct ChainIKConstraintData : IAnimationJobData, IChainIKConstraintData
Properties
chainRotationWeight
Declaration
public float chainRotationWeight { get; set; }
Property Value
maintainTargetPositionOffset
Declaration
public bool maintainTargetPositionOffset { get; set; }
Property Value
Implements
maintainTargetRotationOffset
Declaration
public bool maintainTargetRotationOffset { get; set; }
Property Value
Implements
maxIterations
Declaration
public int maxIterations { get; set; }
Property Value
Implements
root
Declaration
public Transform root { get; set; }
Property Value
Implements
target
Declaration
public Transform target { get; set; }
Property Value
Implements
tip
Declaration
public Transform tip { get; set; }
Property Value
Implements
tipRotationWeight
Declaration
public float tipRotationWeight { get; set; }
Property Value
tolerance
Declaration
public float tolerance { get; set; }
Property Value
Implements
Explicit Interface Implementations
IAnimationJobData.IsValid()
Declaration
bool IAnimationJobData.IsValid()
Returns
Implements
IAnimationJobData.SetDefaultValues()
Declaration
void IAnimationJobData.SetDefaultValues()
Implements
IChainIKConstraintData.chainRotationWeightFloatProperty
Declaration
string IChainIKConstraintData.chainRotationWeightFloatProperty { get; }
Returns
Implements
IChainIKConstraintData.tipRotationWeightFloatProperty
Declaration
string IChainIKConstraintData.tipRotationWeightFloatProperty { get; }
Returns
Implements