Struct MultiPositionConstraintJob
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 MultiPositionConstraintJob : IAnimationJob
Fields
axesMask
Declaration
Field Value
cache
Declaration
public AnimationJobCache cache
Field Value
driven
Declaration
public TransformHandle driven
Field Value
drivenOffsetIdx
Declaration
public CacheIndex drivenOffsetIdx
Field Value
drivenParent
Declaration
public TransformHandle drivenParent
Field Value
sourceOffsets
Declaration
public NativeArray<Vector3> sourceOffsets
Field Value
Type |
Description |
NativeArray<Vector3> |
|
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 |
|