Struct ChainIKConstraintJob
Syntax
public struct ChainIKConstraintJob : IWeightedAnimationJob, IAnimationJob
Fields
cache
Declaration
public AnimationJobCache cache
Field Value
chain
Declaration
public NativeArray<ReadWriteTransformHandle> chain
Field Value
chainRotationWeight
Declaration
public FloatProperty chainRotationWeight
Field Value
linkLengths
Declaration
public NativeArray<float> linkLengths
Field Value
linkPositions
Declaration
public NativeArray<Vector3> linkPositions
Field Value
maxIterationsIdx
Declaration
public CacheIndex maxIterationsIdx
Field Value
maxReach
Declaration
Field Value
target
Declaration
public ReadOnlyTransformHandle target
Field Value
targetOffset
Declaration
public AffineTransform targetOffset
Field Value
tipRotationWeight
Declaration
public FloatProperty tipRotationWeight
Field Value
toleranceIdx
Declaration
public CacheIndex toleranceIdx
Field Value
Properties
jobWeight
Declaration
public FloatProperty jobWeight { get; set; }
Property Value
Implements
Methods
ProcessAnimation(AnimationStream)
Declaration
public void ProcessAnimation(AnimationStream stream)
Parameters
Implements
ProcessRootMotion(AnimationStream)
Declaration
public void ProcessRootMotion(AnimationStream stream)
Parameters
Implements