Struct MultiParentConstraintJob
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 MultiParentConstraintJob : IAnimationJob
Fields
cache
Declaration
public AnimationJobCache cache
Field Value
driven
Declaration
public TransformHandle driven
Field Value
drivenParent
Declaration
public TransformHandle drivenParent
Field Value
positionAxesMask
Declaration
public Vector3 positionAxesMask
Field Value
rotationAxesMask
Declaration
public Vector3 rotationAxesMask
Field Value
sourceOffsets
Declaration
public NativeArray<AffineTransform> sourceOffsets
Field Value
sources
Declaration
public NativeArray<TransformHandle> sources
Field Value
sourceWeightStartIdx
Declaration
public CacheIndex sourceWeightStartIdx
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 |
|