Struct TwoBoneIKConstraintData
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 TwoBoneIKConstraintData : IAnimationJobData, ITwoBoneIKConstraintData, IRigReferenceSync
Properties
hint
Declaration
public JobTransform hint { get; set; }
Property Value
hintWeight
Declaration
public float hintWeight { 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
mid
Declaration
public Transform mid { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
root
Declaration
public Transform root { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
target
Declaration
public JobTransform target { get; set; }
Property Value
targetPositionWeight
Declaration
public float targetPositionWeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
targetRotationWeight
Declaration
public float targetRotationWeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
tip
Declaration
public Transform tip { get; set; }
Property Value
Type |
Description |
Transform |
|
Implements
Explicit Interface Implementations
IAnimationJobData.IsValid()
Declaration
bool IAnimationJobData.IsValid()
Returns
Type |
Description |
System.Boolean |
|
Implements
IAnimationJobData.SetDefaultValues()
Declaration
void IAnimationJobData.SetDefaultValues()
Implements
IRigReferenceSync.allReferences
Declaration
JobTransform[] IRigReferenceSync.allReferences { get; }
Returns
Implements
ITwoBoneIKConstraintData.hint
Declaration
Transform ITwoBoneIKConstraintData.hint { get; }
Returns
Type |
Description |
Transform |
|
Implements
ITwoBoneIKConstraintData.target
Declaration
Transform ITwoBoneIKConstraintData.target { get; }
Returns
Type |
Description |
Transform |
|
Implements