Struct MultiReferentialConstraintJob
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 MultiReferentialConstraintJob : IAnimationJob
Fields
cache
Declaration
public AnimationJobCache cache
Field Value
driverIdx
Declaration
public CacheIndex driverIdx
Field Value
offsetTx
Declaration
public NativeArray<AffineTransform> offsetTx
Field Value
sourceBindTx
Declaration
public NativeArray<AffineTransform> sourceBindTx
Field Value
sources
Declaration
public NativeArray<TransformHandle> sources
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 |
|
UpdateOffsets()
Declaration
public void UpdateOffsets()