Struct ChainIKConstraintData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
[Serializable]
public struct ChainIKConstraintData : IAnimationJobData, IChainIKConstraintData, IRigReferenceSync
Properties
chainRotationWeight
Declaration
public float chainRotationWeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
maintainTargetPositionOffset
Declaration
public bool maintainTargetPositionOffset { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
maintainTargetRotationOffset
Declaration
public bool maintainTargetRotationOffset { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
maxIterations
Declaration
public int maxIterations { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
root
Declaration
public Transform root { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
target
Declaration
public JobTransform target { get; set; }
Property Value
tip
Declaration
public Transform tip { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
tipRotationWeight
Declaration
public float tipRotationWeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
tolerance
Declaration
public float tolerance { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
Explicit Interface Implementations
IAnimationJobData.IsValid()
Declaration
bool IAnimationJobData.IsValid()
Returns
Type |
Description |
System.Boolean |
|
Implements
IAnimationJobData.SetDefaultValues()
Declaration
void IAnimationJobData.SetDefaultValues()
Implements
IChainIKConstraintData.target
Declaration
Transform IChainIKConstraintData.target { get; }
Returns
Type |
Description |
Transform |
|
Implements
IRigReferenceSync.allReferences
Declaration
JobTransform[] IRigReferenceSync.allReferences { get; }
Returns
Implements