Struct TwoBoneIKConstraintJob
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
public struct TwoBoneIKConstraintJob : IAnimationJob
Fields
cache
Declaration
public AnimationJobCache cache
Field Value
hint
Declaration
public TransformHandle hint
Field Value
hintWeightIdx
Declaration
public CacheIndex hintWeightIdx
Field Value
linkLengths
Declaration
public Vector2 linkLengths
Field Value
mid
Declaration
public TransformHandle mid
Field Value
root
Declaration
public TransformHandle root
Field Value
target
Declaration
public TransformHandle target
Field Value
targetOffset
Declaration
public AffineTransform targetOffset
Field Value
targetPositionWeightIdx
Declaration
public CacheIndex targetPositionWeightIdx
Field Value
targetRotationWeightIdx
Declaration
public CacheIndex targetRotationWeightIdx
Field Value
tip
Declaration
public TransformHandle tip
Field Value
Methods
ProcessAnimation(AnimationStream)
Declaration
public void ProcessAnimation(AnimationStream stream)
Parameters
Type |
Name |
Description |
AnimationStream |
stream |
|
ProcessRootMotion(AnimationStream)
Declaration
public void ProcessRootMotion(AnimationStream stream)
Parameters
Type |
Name |
Description |
AnimationStream |
stream |
|