Class TwistCorrectionJobBinder<T>
The TwistCorrection job binder.
Inherited Members
Namespace: UnityEngine.Animations.Rigging
Syntax
public class TwistCorrectionJobBinder<T> : AnimationJobBinder<TwistCorrectionJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, ITwistCorrectionData
Type Parameters
Name | Description |
---|---|
T | The constraint data type |
Methods
Create(Animator, ref T, Component)
Creates the animation job.
Declaration
public override TwistCorrectionJob Create(Animator animator, ref T data, Component component)
Parameters
Type | Name | Description |
---|---|---|
Animator | animator | The animated hierarchy Animator component. |
T | data | |
Component | component | The constraint component. |
Returns
Type | Description |
---|---|
TwistCorrectionJob | Returns a new job interface. |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.TwistCorrectionJob, T>.Create(UnityEngine.Animator, T, UnityEngine.Component)
Destroy(TwistCorrectionJob)
Destroys the animation job.
Declaration
public override void Destroy(TwistCorrectionJob job)
Parameters
Type | Name | Description |
---|---|---|
TwistCorrectionJob | job |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.TwistCorrectionJob, T>.Destroy(UnityEngine.Animations.Rigging.TwistCorrectionJob)