Struct ChainIKConstraintJob
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 ChainIKConstraintJob : IAnimationJob
Fields
cache
Declaration
public AnimationJobCache cache
Field Value
chain
Declaration
public NativeArray<TransformHandle> chain
Field Value
chainRotationWeightIdx
Declaration
public CacheIndex chainRotationWeightIdx
Field Value
linkLengths
Declaration
public NativeArray<float> linkLengths
Field Value
Type |
Description |
NativeArray<System.Single> |
|
linkPositions
Declaration
public NativeArray<Vector3> linkPositions
Field Value
Type |
Description |
NativeArray<Vector3> |
|
maxIterationsIdx
Declaration
public CacheIndex maxIterationsIdx
Field Value
maxReach
Declaration
Field Value
Type |
Description |
System.Single |
|
target
Declaration
public TransformHandle target
Field Value
targetOffset
Declaration
public AffineTransform targetOffset
Field Value
tipRotationWeightIdx
Declaration
public CacheIndex tipRotationWeightIdx
Field Value
toleranceIdx
Declaration
public CacheIndex toleranceIdx
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 |
|